From: Victor B. <so...@te...> - 2012-10-02 19:20:02
|
>> >> I tryed with wx.dll compiled by me with mingw against 2.8.12 and 2.9.4. >> wxWidgets >> I run "lua editor.wx.lua" with both of them , the error appears only in >> 2.9.4 version > > It does not happen running from wxLuaFreeze.exe > More complete -2.8.12 with wxLuaFreeze.exe I see right arrow -2.8.12 with lua.exe I see left arrow -2.9.4 with wxLuaFreeze.exe I see right arrow -2.9.4 with lua.exe crash So it seems that the correct resource is never loaded using lua.exe but it crash in wxWidgets 2.9.4 because it asserts. I saw the resources from wx.dll compiled by you and the mingw compiled by me: Resouce numbers from cursors are different 1 to 11 in mingw but 4 to 14 in your compilation |