John Labenski <[EMAIL PROTECTED]> 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


-------------------------------------------------------------------------
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

Reply via email to