asavage111
Technical User
I’m a novice so please excuse the lack of technical forte. I have two files, Passport.tcl and Utils.tcl, Passport sources (using the source command) procs in utils. Using prowrap (Tclpro1.4), I’m trying to link my Util.tcl script to the intended .exe (Passport.exe). My expectation is that the code will be statically linked and I won’t have to copy util.tcl to the PC I intend to deliver the .exe too. Unfortunately, it’s not working that way! From the cmd line, by the way, W2k, I’ve tried prowrap –uses tclsh passport.tcl c:\include\util.tcl –out passport.exe. It wraps but I can’t run the .exe without having utils.tcl local. What am I doing wrong? Are my expectations incorrect? Please help!! Thanks!!!