Help for this page

Select Code to Download


  1. or download this
    cd C:\ActiveTcl\bin
    pexports tcl86.dll > tcl86.def
    dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libtcl86.a --in
    +put-def tcl86.def
    
  2. or download this
    perl Makefile.PL "LIBS=-LC:/ActiveTcl/bin -ltcl86"
    dmake