Re: wxPerl revival

2024-09-20 Thread Don Peddicord
Yep wxAny…. I will find my notes and reply all… it works with Perl 36, 38 and 40. Don Peddicord > On Sep 20, 2024, at 5:44 PM, Henry Law wrote: > >  >> >> On Fri, 2024-09-20 at 18:09 +0200, Johan Vromans wrote: >> If you are using wxPerl and want to keep using it with a recent version of >>

Re: wxPerl revival

2024-09-20 Thread Henry Law
On Fri, 2024-09-20 at 18:09 +0200, Johan Vromans wrote: > If you are using wxPerl and want to keep using it with a recent > version of > Perl and wxWidgets, please let it hear! I'm only a hobbyist so don't have much of a vote, but I have two applications running using wxPerl and I would like to ke

Re: wxPerl revival

2024-09-20 Thread Jim Burwell via wxperl-users
What OS did you get it to build on with Perl 5.40 (presuming that’s what you mean by Perl-40)? I have 5.38 built but I could easily build 5.40. Problem I’m running into is an ambiguous overload issue with a WxVariant type in the PropertyGrid.c code. I presume this requires a change to the .XS

Re: wxPerl revival

2024-09-20 Thread Jim Clark via wxperl-users
I have a major application built on this, and we also have made some attempts at getting it compiled on RedHat 8/9 and Perl 5.38. No luck so far. My department might consider taking on some contract effort to make this happen, as the alternative is choosing another language and UI Framework and

Re: wxPerl revival

2024-09-20 Thread Ravel, Bruce
That would be of value to me and to others here where I work. We are able to build on RHEL with reasonably recent versions of everything, but we worry about rot. Cheers, B On 9/20/24 12:09, Johan Vromans wrote: > For several years now, development and support of wxPerl, the interface > library

Re: wxPerl revival

2024-09-20 Thread Shawn H Corey
On 2024-09-20 12:09, Johan Vromans wrote: For several years now, development and support of wxPerl, the interface library between Perl and wxWidgets, has stalled. The latest release was based on Perl 5.16 and wxWidgets 2.9. Meanwhile some active users have made attempts to port wxPerl to newer v

Re: wxPerl revival

2024-09-20 Thread Don Peddicord
I have managed to make it work with Perl-40. Last wxWidgets 2. X series in a very straightforward way The latest wxWidgets with a lot more hacking and as we only use a subset of classes may not be complete. My ignorance of how Alien-build works has kept me from actually fixing it. Windows, OSX

wxPerl revival

2024-09-20 Thread Johan Vromans
For several years now, development and support of wxPerl, the interface library between Perl and wxWidgets, has stalled. The latest release was based on Perl 5.16 and wxWidgets 2.9. Meanwhile some active users have made attempts to port wxPerl to newer versions of Perl and wxWidgets, with varying