From: John L. <jla...@gm...> - 2006-02-21 23:01:00
|
On 2/21/06, k. holwerda <kla...@nl...> wrote: > wx_object.cpp > ..\..\..\modules\wxlua/include/wxlstate.h(184) : warning C4251: > 'm_coroutineStates' : class 'wxArrayLuaState' needs to have > dll-interface to be used by clients of class 'wxLuaStateRefData' > ..\..\..\modules\wxlua/include/wxlstate.h(156) : see declaration > of 'wxArrayLuaState' > ..\..\..\modules\wxlua/include/wxlstate.h(190) : warning C4251: > 's_wxHashMapLuaStateRefData' : class 'wxHashMapLuaStateRefData' needs to > have dll-interface to be used by clients of class 'wxLuaStateRefData' > ..\..\..\modules\wxlua/include/wxlstate.h(159) : see declaration > of 'wxHashMapLuaStateRefData' > ..\..\..\modules\wxluadebug/include/wxldebug.h(108) : warning C4275: non > dll-interface class 'wxLuaDebugDataItemArray' used as base for > dll-interface class 'wxLuaDebugData' > ..\..\..\modules\wxluadebug/include/wxldebug.h(100) : see > declaration of 'wxLuaDebugDataItemArray' Fixed. Regards, John Labenski |