On 1/5/07, Andre <[EMAIL PROTECTED]> wrote:
>
> On window with a default make v6 or v7 wxlua fail with heap error at load time
> and wxluacan fail with a heap error on exit.

1) I'm guessing you mean MS Windows with Visual Studio 6 or 7?
2) Are you using the project files or perhaps nmake.exe?
3) What version of wxWidgets are you using and how did you compile it as well?

> I have tried to use the project to compile but the libraries required are for 
> ud
> instead of d which are the unicode version. They do not seem to be compiled.

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

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