Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble running Tcl script on Win XP Pro

Status
Not open for further replies.

DrA10101

Programmer
Jun 10, 2003
8
US
I have a Tcl/Tk application created with Visual Tcl. I am using wish 8.3 and 8.4 on various Windows and Linux PC's and the application works on all but one PC. Two of the PC's are running Windows XP Pro. Using ActiveTcl 8.4, the application works on one of the XP PC's but errors out on the other with:

can't read "0": no such variable while executing "exec wish "$0 "$@" " (file "C:\OcpTcUi\Vga.tcl" line 5)

which is the first ececutable line of the file. I commented the line out as I don't think it is needed for Windows and then I get errors about the .gif files, then the fonts.

Thanks in advance,

- Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top