From: <hd...@do...> - 2008-02-02 07:51:00
|
Hi, in wxlstate.cpp: LUALIB_API int luaopen_bit (lua_State *L) { to int LUACALL luaopen_bit (lua_State *L) { in genwxbind.bat: (to use system global lua.exe; it is still checked if there is a wxLua's local lua.exe) SET LUA=..\bin\lua.exe to SET LUA=lua.exe ..\..\..\bindings\%LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" ../../../bindings/genwxbind.lua to %LUA% -e"rulesFilename=\"wxluacan_rules.lua\"" ../../../bindings/genwxbind.lua -- Regards, Hakki Dogusan |