Hi Paul,

I'm interested to moving to wxwidgets310 or higher because of support for vc14. 
I try to use your fork, but I'm not able to compile some projects because of 
lack of compatibility with old wxWidget classes like wxProperty. 

I tryed to set to 1 the define WXWIN_COMPATIBILITY_2_8 which is set to 0 since 
wxWidget 3.1.0 but I have encountered lot of others problems. Have you override 
some others define to be able to compile ? Did I miss something ?

Laurent.


-----Message d'origine-----
De : Paul K [mailto:paulclin...@yahoo.com] 
Envoyé : samedi 5 mars 2016 23:27
À : wxlua-users@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 Scintilla 3.6.3 was not merged into
3.1.0 that was recently released, but has been merged into 3.1.1 (the current 
master branch), so I split the patch I had into two
branches/patches: wxwidgets310
(https://github.com/pkulchenko/wxlua/tree/wxwidgets310), which is updated for 
Scintilla 3.5.5 that was included with 3.1.0 and
wxwidgets311 (https://github.com/pkulchenko/wxlua/tree/wxwidgets311),
which includes Scintilla 3.6.3.

I plan on adding more missing methods/constants to 3.1.0 branch (and rebasing 
3.1.1 branch to include Scintilla changes). Please let me know if you notice 
any issues with the bindings.

Paul.

On Tue, Feb 9, 2016 at 2:39 PM, Paul K <paulclin...@yahoo.com> wrote:
> Hi All,
>
> For those interested in wxwidgets upgrades, I pulled the current 
> version of wxlua into a github repository and applied wxSTC changes in 
> the current wxwidgets master branch to wxlua; all these changes are 
> available in wxwidgets31 branch:
> https://github.com/pkulchenko/wxlua/tree/wxwidgets31
>
> I wrote a couple of scripts to merge stc.h constants/methods with 
> wxlua interface descriptions, but since the earlier changes have been 
> done manually, I've tried to reconcile the differences keeping the 
> 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.
>
> John, I also fixed an earlier change that removed CoffeeScript lexer 
> instead of removing just one constant in wxwidgets 3.1; the change is
> here: 
> https://github.com/pkulchenko/wxlua/commit/0cb663ecd05dd1aabe9dcd12a70
> 53f524dc336d5
>
> I've tested this with my application on Windows and would appreciate 
> you letting me know if you notice any issues with the updated binding.
>
> Paul.

------------------------------------------------------------------------------
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to