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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tcl without installed wish? 1

Status
Not open for further replies.

kukelyk

Technical User
Mar 23, 2005
57
0
0
HU
hi.
i wrote a script, what a lot of user should use on our intranet. how can they do that, if i don't want to install wish?
can i define in the tcl script the dll-s, and other resource files?
or can i compile my tcl script?
 
There are a lot of different solutions out there. I have used Freewrap to good advantage:
freeWrap 5.6
------------

freeWrap is a program that allows creation of stand-alone TCL/TK executables without
using a compiler. Renaming freewrap.exe to some other file name causes freewrap to
behave as a a stand-alone, single-file WISH that can be used to run any TCL/TK script.

The programs produced will run whether or not TCL/TK is installed.

_________________
Bob Rashkin
 
Hey BONG ...

Does Freewrap work in the unix world or just PC ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top