From: Hakki D. <dog...@tr...> - 2007-06-14 09:24:58
|
Hi, John Labenski wrote: > All the proposed major changes have been made and a complete list of > them are in the changelog. > > http://wxlua.cvs.sourceforge.net/wxlua/wxLua/docs/changelog.txt?view=markup > > All the samples and docs have been updated, I'm done. > > Browse changes here: > http://wxlua.cvs.sourceforge.net/wxlua/wxLua/ > > I'm going to let the dust settle to make sure there aren't any more > problems and do a release. > > Regards, > John Labenski > Huge changelog! 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) { -original #include "wxlua.cpp" -original #include "wxlua_bind.cpp" -modified #include "wxlua/src/wxlua.cpp" -modified #include "wxlua/src/wxlua_bind.cpp" I tested BookWorm with new wxLua. After some -expected- changes (Delete vs delete, AddWindow vs Add, etc.) it worked. Thank you! -- Regards, Hakki Dogusan |