From: John L. <jla...@gm...> - 2006-02-22 14:59:49
|
On 2/22/06, k. holwerda <kla...@nl...> wrote: > If we can not make it work, we better tell the user, or diable those in > the project files. Or leave them on with a warning and maybe somebody more knowledgeable will know how to fix it or at least understand the problem. If we disable it, nobody can help us. > The next change, improves it a bit. > > #include "wx/dynarray.h" > WX_DECLARE_OBJARRAY_WITH_DECL( wxLuaState, wxArrayLuaState, class > WXDLLIMPEXP_WXLUA ); > > #include "wx/hashmap.h" > WX_DECLARE_VOIDPTR_HASH_MAP_WITH_DECL( wxLuaStateRefData *, > wxHashMapLuaStateRefData, class WXDLLIMPEXP_WXLUA ); > > will check it in this evening, Already done. -John Labenski |