Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-06-05 Thread Paul K
Hi Ulrich, > I plan to update ZBS build scripts to support wx.dll building for Lua > 5.2 and Lua 5.3. I pushed the updated scripts to wxwidgets31x-upgrade branch (https://github.com/pkulchenko/ZeroBraneStudio/tree/wxwidgets31x-upgrade) You should be able to run "(cd build; bash build-win32.sh

Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-06-05 Thread Paul K
Hi Ulrich, > I want to build wxlua as a loadable module (.dll) for 5.2 and 5.3 with > wxwidgets statically linked into. > I will try to hack the 5.3 into the CMake files and report my results back to > you. I made some progress, which I think can help in your case. I made several changes to

Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-06-04 Thread Paul K
Hi Ulrich, > I cant link with lua-5.3 right now, can i? At least CMake complains: >> CMake Error at CMakeLists.txt:156 (MESSAGE): >> wxLua_LUA_LIBRARY_VERSION may only be set to '5.1' or '5.2' Right; only Lua 5.1 and 5.2 are currently supported. Are you interested in adding 5.3 as a builtin or

Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-03-23 Thread Paul K
Hi Laurent, > I'm not able to compile some projects because of lack of compatibility with > old wxWidget classes like wxProperty. I'm not sure how wxProperty is involved, but my fork shouldn't *add* any issues as it's based on John's code and I only added updated wxSTC binding (with all the

Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-03-23 Thread Hernan Cano
Hi, friends. Also interested in "update" wxLua. I can help by writing some changes as indicated. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration

Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-03-23 Thread Laurent Renoux
@lists.sourceforge.net Objet : Re: [wxlua-users] wxlua upgrade and outstanding issues Hi All, > manual changes intact when possible. All the constants/methods/events > have been updated and should be up-to-date with wxwidgets31 and > Scintilla 3.6.3. It turned out that my patch for

Re: [wxlua-users] wxlua upgrade and outstanding issues

2016-03-05 Thread Paul K
Hi All, > manual changes intact when possible. All the constants/methods/events > have been updated and should be up-to-date with wxwidgets31 and > Scintilla 3.6.3. It turned out that my patch for Scintilla 3.6.3 was not merged into 3.1.0 that was recently released, but has been merged into