Hi,
I compiled the newest wxlua for wxWidgets 3.0.1 via visual studio 2013 and Cmak2.8.12.2 in Windows 7, the compiling is smooth.
I found some issue for the my generated wxLua apps that I could not solve :
1: STC seems does not work for wxstc.wxSTC_LEX_CPP, I just changed the editor:SetLexer(wxstc.wxSTC_LEX_LUA) -> editor:SetLexer(wxstc.wxSTC_LEX_CPP) in the editor.wx.wlua, then run the editor.wx.wlua, the editor did not show what inputted. the editor worked well for other languages.
The .exe file generated from wxLuaFreezed.exe cannot get run, even in cmd prompt, showed nothing.
wxStEdit.exe and wxLuaEdit.exe take many time to start, about 15 seconds.
Maybe I missed something when compile wxlua, any comments are appreciated.
PS: Do you have plan to release official binary release against wxWidgets 3.0, alpha or beta version, or even a work version is OK.
Thanks for you great work.
Thanks.
The current version (https://github.com/pkulchenko/wxlua/) builds with wxwidgets 3.0, 3.1, and the latest 3.1.5. Also, I don't see any issue with
wxSTC_LEX_CPP
.I don't plan to provide binary releases (given the large number of wxwidgets and Lua versions, compilers and platforms), but you should be able to compile your own binaries using the provided cmake scripts (as you seemed to have done already).