needs setup.h to be within \wxWidgets\include\wx other projects use the platform directory.
the following warnings are issued luamodule.obj : warning LNK4217: locally defined symbol [EMAIL PROTECTED]@@QAEXPAVwxEvtHandler@@@Z (public: void __thiscall wxLuaState::SetEventHandler(class wxEvtHandler *)) imported in function _luaopen_wx luamodule.obj : warning LNK4217: locally defined symbol [EMAIL PROTECTED]@@QAE_NPAUlua_State@@W4wxLuaState_Type@@@Z (public: bool __thiscall wxLuaState::Create(struct lua_State *,enum wxLuaState_Type)) imported in function _luaopen_wx luamodule.obj : warning LNK4217: locally defined symbol [EMAIL PROTECTED]@@QBE_NXZ (public: bool __thiscall wxLuaState::Ok(void)const ) imported in function _luaopen_wx luamodule.obj : warning LNK4217: locally defined symbol ??0wxLuaState@@[EMAIL PROTECTED]@Z (public: __thiscall wxLuaState::wxLuaState(bool)) imported in function _$E1 luamodule.obj : warning LNK4049: locally defined symbol ?wxEVT_LUA_ERROR@@3HB (int const wxEVT_LUA_ERROR) imported luamodule.obj : warning LNK4049: locally defined symbol ?wxEVT_LUA_PRINT@@3HB (int const wxEVT_LUA_PRINT) imported luamodule.obj : warning LNK4217: locally defined symbol ??1wxLuaState@@[EMAIL PROTECTED] (public: virtual __thiscall wxLuaState::~wxLuaState(void)) imported in function _$E2 This is rather odd importing local name ??? the warning does not specify which one is used. I suspect the local one cannot be overridden. Andre ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
