* wxWidgets 2.6.3 Patch 2 compiled as multi DLL lib non-unicode
* wxLua 2.6.2.0 using DLL Debug Multilib
* WindowsXP
*.NET 2003 (VC++ 7.1)
Just downloaded wxLua and was trying to build it using wxLua.dsw project from msw folder and I got allot of warnings and errors. Project mod_lua_lib compiles cleanly but when it gets to mod_wxluadebug I get this:
\ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(110) : warning C4273: 'ms_classInfo' : inconsistent dll linkage
\ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(110) : error C2491: 'wxLuaStackDialog::ms_classInfo' : definition of dllimport static data member not allowed
\ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(110) : warning C4273: 'wxLuaStackDialog::GetClassInfo' : inconsistent dll linkage
\ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(112) : warning C4273: 'sm_eventTable' : inconsistent dll linkage
…
And many more, which I will skip it for now, since it’s basically the same. I hope I’m missing something very simple here.
-Edgar
