On Sun, Sep 16, 2012 at 2:23 PM, Victor Bombi <[email protected]> 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

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to