pkgIndex.tcl
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. if {![package vsatisfies [package provide Tcl] 8]} {return}
  2. if {[string compare $::tcl_platform(platform) windows]} {return}
  3. if {[info exists ::tcl_platform(debug)]} {
  4.     package ifneeded registry 1.1.5 
  5.             [list load [file join $dir tclreg11g.dll] registry]
  6. } else {
  7.     package ifneeded registry 1.1.5 
  8.             [list load [file join $dir tclreg11.dll] registry]
  9. }