From: John L. <jla...@gm...> - 2012-09-17 03:14:23
|
On Sun, Sep 16, 2012 at 2:23 PM, Victor Bombi <so...@te...> wrote: > Solved the problem of not dll linking to lua51.dll with > > -DwxLua_LUA_LIBRARY=C:/LUA/luabuildmingw/lua51.dll > -DwxLua_LUA_INCLUDE_DIR=C:/LUA/lua-5.1.5/include > > So I have tryed the build and while testing if unicode is ok for my program > I found that wx.wxOPEN is not longer defined but instead wx.wxFLD_OPEN. > > Can I get the defines as before? Sorry no, wxLua is already suffering from being too backward compatible. Soon enough I will remove all the symbols < 2.8 which is already over 5 years old. There are quite a few differences between 2.8 and 2.9 and having to drag around ancient bindings to <2.8 will be too much of a burden. Worse than that, we don't want new developers to start of on the wrong foot using symbols that are already deprecated. You can use the wxWidgets changelogs to see the changes. Hopefully it won't be too painful. ftp://ftp.wxwidgets.org/pub/ Regards, John |