From: Zhang, E. <Eth...@AR...> - 2014-09-05 05:44:47
|
Hi, ALL I compiled the newest wxlua against wxWidgets 3.0.1 by visual studio 2013 and Cmak2.8.12.2 in Windows 7, the compiling was smooth. I found some APPs issues 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. 2. The .exe file generated from wxLuaFreezed.exe cannot get run, even in cmd prompt, showed nothing. 3. wxStEdit.exe and wxLuaEdit.exe take many time to start, about 15 seconds. Maybe I missed something when compile wxlua, any comments are appreciated. BTW: 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 works. Thanks. |