John Labenski <jlaben...@...> writes:

> >
> > in the mod_luamodule_mono project properties
> >
> > remove WXUSINGDLL from the Preprocessor Definitions
> 
> Isn't this necessary to use the wxWidgets DLL?
> 
> > change (WXWIN)\lib\vc_dll to $(WXWIN)\lib\vc_lib in the
> > linker Additionnal Library Directories
> 
> But wx.dll is a DLL.

WXUSINGDLL means that you are using the wxwidgets dll sadely enough
named wx.dll (which would be in conflict with wxlua wx.dll but
this is an old story)

We are compiling wx.dll(for wxlua) which uses libs (MultiLib).

> I don't know what you mean about "install wxwidgets" and copy the

--- assuming these change are done to the sln files ---

I mean "tabula rasa" remove wxwidgets
unzip wxwidget.zip
edit setup.h in msw (copy to wx if you want to make a wx.dll (for wxlua))
NOTE: I do not change setup0.h it is the master.

------------------------> Unicode Debug 
build wx.dsw, stc.dsw
copy wxLua to wxwidgets

------------------------> Debug Unicode Multilib 
build modules.sln, apps.sln (disable stdedit unless you have it installed)
==> wxlua.exe etc

------------------------> Debug Unicode DLL MultiLib
build modules.sln
==> wx.dll 

That's  it folks!
Andre


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to