Aug 3, 2003 #1 jjjjffff Programmer Aug 3, 2003 7 CN Hi,how are you ! I have never used the command "package",i don't know how to wrap my program,Please give me an example. Thanks a lot!
Hi,how are you ! I have never used the command "package",i don't know how to wrap my program,Please give me an example. Thanks a lot!
Aug 4, 2003 #2 ulis Programmer Oct 12, 2001 429 FR package: http://www.purl.org/tcl/home/man/tcl8.4/TclCmd/package.htm wrap: http://mini.net/tcl/tclpro HTH ulis Upvote 0 Downvote
package: http://www.purl.org/tcl/home/man/tcl8.4/TclCmd/package.htm wrap: http://mini.net/tcl/tclpro HTH ulis
Aug 6, 2003 #3 poise90 IS-IT--Management Mar 28, 2003 1 US Hi step1 execute wishx this would take u 2 wish prompt. step 2 execute package names this would show you all the packages which are available. step 3 . execute package require <name of any package> this will show you the version number of that particular package. i hope this info helps ADY Upvote 0 Downvote
Hi step1 execute wishx this would take u 2 wish prompt. step 2 execute package names this would show you all the packages which are available. step 3 . execute package require <name of any package> this will show you the version number of that particular package. i hope this info helps ADY
Aug 7, 2003 #4 ravihasija Programmer Nov 6, 2002 5 US Yup, Poise90 is right. You could also put the package require <package name> statements in the beginning of your source tcl file. package require Bwidget Hope this helps. Upvote 0 Downvote
Yup, Poise90 is right. You could also put the package require <package name> statements in the beginning of your source tcl file. package require Bwidget Hope this helps.