From: John L. <jla...@gm...> - 2012-10-02 03:36:04
|
On Sun, Sep 30, 2012 at 4:19 AM, Victor Bombi <so...@te...> wrote: > There was a mistake in post: I mean running editor.wx.lua sample with > wx.dll compiled against 2.9.4 wxWidgets > I have also tryed the stc sample of wxWidgets 2.9.4 but I dont get the same > error. This is a wx.dll initialization problem (the resources are declared in wxWidgets/include/wx/wx.rc file) and there is nothing significant between the 2.8.12 resources and 2.9.x resources. I really don't understand this problem and I'm thinking that it's a Mingw problem. To be sure: You use mingw? This problem occurs in 2.9.4 running "lua editor.wx.lua", but not with "wxluafreeze editor.wx.lua"? Does this problem occur with 2.8.12 in mingw? (the wxlua-2.8.12.zip is built using Visual Studio) Depending on your answers we can narrow it down to a 2.8.12/2.9.4 or a Visual Studio/MingW problem. Regards, John |