| 
      
      
      From: Andre <ar...@ki...> - 2007-01-06 16:20:47
      
     | 
| John Labenski <jlabenski@...> writes: > I'm not sure I understand, you have compiled wxWidgets for debug, but > when you select "Debug Multilib" for wxLua (if you're using Visual > Studio?) you get debug unicode? > > If you're using nmake.exe you can look at the top of > wxLua/build/msw/makefile.vc and override these settings on the command > line. If you want unicode, for example, you would do this. > > $nmake.exe UNICODE=1 -f makefile.vc > > > Am I the only one with this problem? > > I think so, I use Visual Studo 2005 (eg. 7 IIRC) without a problem. > > Regards, > John Labenski > This is the batch I use with the current version of wxWindows and wxlua I have made absolutely no change to any files. cd C:\Programs\wxWindows\ del /s *.pdb del /s *.ncb rd /qs lib\ :: init either vc6 or vc7 call %vc cd C:\Programs\wxWindows\build\msw\ nmake clean nmake -f makefile.vc WX_VERSION=28 cd C:\Programs\wxWindows\contrib\build\stc\ nmake clean nmake -f makefile.vc WX_VERSION=28 cd C:\Programs\wxWindows\wxLua\build\msw\ nmake clean nmake -f makefile.vc WX_VERSION=28 the WX_VERSION=28 should not be necessary but I need it when I compile the previous version. Andre |