home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
comanche.exe
/
_proWrapInit_.tcl
next >
Wrap
Text File
|
1999-04-05
|
584b
|
32 lines
# _proWrapInit_.tcl
# TclPro Wrapper initialization script
set tcl_platform(isWrapped) 1
rename load load_unsupported
proc load {args} {
if {[string trim [lindex $args 0]] == {}} {
eval load_unsupported $args
} else {
error "\"load\" command is not supported in a statically wrapped application; use \"load_unsupported\" command"
}
}
set tcl_library {lib/tcl8.0}
set tk_library {lib/tk8.0}
set tcl_pkgPath {lib/tcl8.0/http2.0 lib/tcl8.0/http1.0 lib/iwidgets2.2.0 lib/iwidgets3.0.0 lib/_staticPackage_}