Displaying 1 result from an estimated 1 matches for "tcl_source".
2003 Sep 30
3
Adding Tk extensions to R for windows
...other
Tcl already included with R.
Of course some would say that you can build faster and smaller Tcl
libraries using Visual C++. I didn't notice much difference with my
application running Tktable. I did try buildling Tcl/Tk with the
free version of VC++.NET SDK but nmake -f makefile.vc in
Tcl_source/win/ complained that vcvars32.bat needed to be run. The
latest version of the (free) VC++.NET SDK seems to only have sdkvars.bat,
which does something similar to vcvars32.bat (i.e. set PATH, INCLUDE,
LIB and NetSamplePath), but running it didn't seem to help so I turned
to Msys/MinGW. Maybe I...