[wxlua-users] bindings.wx.lua correction

2014-01-05 Thread Andre Arpin
please change line 512 to: t[i][3] = string.format(0x%X, t[i][2] 0 and 2^32 + t[i][2] or t[i][2]) or t[i][3] = string.format(((t[i][2] 0) and '-' or '') .. 0x%X, math.abs(t[i][2])) The first one displays 0x for -1 The second -0x1 for -1 I prefer the first solution. Thank you

Re: [wxlua-users] Build issues using mingw on Windows with trunk

2014-01-05 Thread Paul K
Hi John, d:/Lua/ZBS-build/build/wxlua/wxLua/modules/luamodule/luamodule.cpp:39:77: error: declaration of C function 'BOOL DllMain(HANDLE, DWORD, LPVOID)' conflicts with BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID ); Just a quick update on this. I tried