

To build Tcl using VC++ open a command prompt in the win directory of the source and type the following two commands:įirst call vcvars32.bat to setup the environment. Those who have the financial wherewithal to buy Visual C++ have been advocating its use, as the executables are better.īut wait-does use of Microsoft's C compiler require money? " Microsoft C compiler and Tcl" Building Tcl/Tk under Cygwin is not supported. Users that wish to use the gcc compiler to build Tcl/Tk under Windows should see Building Tcl/Tk with Mingw. Users that have VC++ installed can use it to build Tcl/Tk under Windows.
ACTIVETCL 8.5.9 HOW TO
See Also: How to create a minimal Visual C++ install configure adds very little value on Windows systems, which are fairly homogeneous. do nmake -f Makefile.vc install and resolve any errors.do nmake -f Makefile.vc test and investigate errors.do nmake -f Makefile.vc all tcltest and investigate errors.Run setenv /retail if you don't have the win server 2000 sp1 platform sdk environment set up in your startup.Run vcvars32.bat if you don't have the VC++6 environment set up in your startup.edit the first few lines of Makefile.vc to point correctly to the VC++6 installation and to where you want Tcl to be installed.read the README file (and possibly the ChangeLog and changes files).determine where you want to install the binaries.
ACTIVETCL 8.5.9 CODE
