home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 May
/
PCWorld_2002-05_cd.bin
/
Software
/
TemaCD
/
activetcltk
/
ActiveTcl8.3.4.1-8.win32-ix86.exe
/
ActiveTcl8.3.4.1-win32-ix86
/
lib
/
reg1.0
/
pkgIndex.tcl
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-10-22
|
311 b
|
9 lines
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists tcl_platform(debug)]} {
package ifneeded registry 1.0 \
[list load [file join $dir tclreg83d.dll] registry]
} else {
package ifneeded registry 1.0 \
[list load [file join $dir tclreg83.dll] registry]
}