manfriday29
IS-IT--Management
Hi,
We have a fairly complicated custom application that was written many years ago in TCL 7. It is currently running on an ancient Solaris box.
I have been asked to find a way to get it running on either a newer intel-based solaris box or a linux box.
I appear to be running into issues with namespaces. From what I have gathered TCL 7 did not support them, so they were not used in this app.
What I am hoping is that there is some magic command I can stick in a file somewhere that will make this old tcl 7 code run on a box with tcl 8.
Is there any such magic command? Or do I need to start the grueling task of learning tcl and porting the app over to tcl 8?
We have a fairly complicated custom application that was written many years ago in TCL 7. It is currently running on an ancient Solaris box.
I have been asked to find a way to get it running on either a newer intel-based solaris box or a linux box.
I appear to be running into issues with namespaces. From what I have gathered TCL 7 did not support them, so they were not used in this app.
What I am hoping is that there is some magic command I can stick in a file somewhere that will make this old tcl 7 code run on a box with tcl 8.
Is there any such magic command? Or do I need to start the grueling task of learning tcl and porting the app over to tcl 8?