From: Edgar G. <edg...@ya...> - 2006-05-20 22:46:14
|
* 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) =20 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_li= b compiles cleanly but when it gets to mod_wxluadebug I get this: =20 \ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(110) : warning C427= 3: 'ms_classInfo' : inconsistent dll linkage \ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(110) : error C2491:= 'wxLuaStackDialog::ms_classInfo' : definition of dllimport static data mem= ber not allowed \ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(110) : warning C427= 3: 'wxLuaStackDialog::GetClassInfo' : inconsistent dll linkage \ wxLua\ modules\ wxluadebug\ src\ staktree.cpp(112) : warning C427= 3: 'sm_eventTable' : inconsistent dll linkage =E2=80=A6 And many more, which I will skip it for now, since it=E2=80=99s basically= the same. I hope I=E2=80=99m missing something very simple here. =20 -Edgar =20 |