On Fri, Nov 20, 2009 at 4:14 PM, Mark Rushakoff
<mrushak...@lafayetteinstrument.com> wrote:
>
> I actually haven't been able to build any of the wxLua* apps; I'm using 
> makefile.vc with VS2008 Express for the build process, with a Unicode 
> Release, static libraries, static runtimes, and it looks like the Lua 
> libraries are always built with the /MD flag when they should be /MT (at 
> least in this case).  I'm not sure if this is something I'm doing wrong or if 
> it's a Bakefile issue.
>

I think I did some changes to makefile.vc so that I could get the
configuration I wanted. I actually compile the debug build using dll
multithreaded libraries, and the release build with static
multithreaded libraries. I guess I could update to the latest version,
and extract my changes. (I don't use Unicode at the moment though)

For Lua itself I compile it as part of my application, I don't use the
version from the wxLua directories, except as wxLua itself uses it
during the compilation.


   Eero

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to