Hi, Andre ha scritto: >>> Am I the only one with this problem? >> I think so, I use Visual Studo 2005 (eg. 7 IIRC) without a problem. I typically use nmake from commandline for wxLua and I have no problem, too.
> 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. Do those "nmake clean" calls succeed? Shouldn't they be: nmake -fmakefile.vc clean ? that may be the cause (together with some "corrupted" old object file not cleaned correctly). HTH, Francesco ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users