Re: Building tclkit 8.5.1 on Windows
"Mats Bengtsson" <[email protected]> Wed, 5 Mar 2008 09:04:17 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Minor update:
10. Make the dde and registry package numbers match in kitInit.c
"package ifneeded dde 1.3.2 {load {} dde}\n"
"package ifneeded registry 1.2.1 {load {} registry}\n"
I have put the complete VC++7 projects here:
http://coccinella.sourceforge.net/tclkits/msvc7-85.zip
with tclkit.exe included.
Similar changes were also needed with the VC++6 project.
Find it all here:
http://coccinella.sourceforge.net/tclkits/msvc6-85.zip
With my log here: http://coccinella.sourceforge.net/tclkits/msvc7-85howto.txt
/Mats