> Isn't MSVC 7.1 (aka. 2003) is the last MSVC that doesn't require the > .NET runtime (the massive 50-100Mb lib whatever it's called), so it's > nice. Isn't 7.1 a nmake.exe only version? If yes, can't they just use > the MSVC6 makefiles? >
I don't know what the compilers them self require, but the 2005 version (and most probably 2008 version) can produce real executables, which are not .net based. Also both 2005 and 2008 version are available for free (as beer), and these are "full versions" in that sense that normal optimization etc features are supported. Both of the compilers can read the old project files (but like the 2003 version) they will convert it to their own version. Both also include nmake for command line compilation. I have used the 2005 nmake compilation with wxLua. One related issue: Visual C++ 2005 express edition + the free platform SDK kit which I have installed with it do not contain the odbc32 library which is in apps/msw/makefile.vc. I removed the library from the makefile, and noticed that wxLua compiled fine without it. Eero ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users