From: John L. <jla...@gm...> - 2007-06-14 12:21:31
|
On 6/14/07, Hakki Dogusan <dog...@tr...> wrote: > Hi, > > I made following changes in wxlstate.cpp to compile (using a > Code::Blocks project): > > -original LUALIB_API int luaopen_bit (lua_State *L) { > -modified int LUACALL luaopen_bit (lua_State *L) { Fixed, thanks. > -original #include "wxlua.cpp" > -original #include "wxlua_bind.cpp" > -modified #include "wxlua/src/wxlua.cpp" > -modified #include "wxlua/src/wxlua_bind.cpp" This was a hack that I didn't think anyone would notice before I got a change to redo the build files with bakefile. > I tested BookWorm with new wxLua. After some -expected- changes (Delete > vs delete, AddWindow vs Add, etc.) it worked. Glad it still works and I hope you'll like it better. John Labenski |