After fixing the line ends in my copy I also added the following to the build/msw/makefile.vc
---------------------- # This is an advanced option. Handle with care. # The thread model to use: use 'multi' default to allow # multi-threading. [multi,single] THREADING = multi ----------------------------- This is needed when using static runtime libraries. (I compile my application with dynamic libs for better debugging support, but with static libs for release builds. I don't want to distribute crt-dll files with my application) Now my wxlua compilation seems to work again. 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