Hi Mark, > But mainly because - different major versions of wxWidgets ( > 2.8 vs 2.9 > ) have different API's. There's no backwards compatibility guaranteed. > If you install Wx based on wxWidgets 2.9.3 into an existing 2.8.12 > installation, it will possibly break any installed Wx Perl > code.
Just to be clear it seems that you are saying that the wxWidgets and Wx::Perl classes and/or methods have different APIs (ie different calling parameters or different methods' sets) or different effects in 2.9.x than in 2.8.x and this requires code changes in application code. I've just Googled it and this is all I can find: http://docs.wxwidgets.org/2.9.3/overview_changes_since28.html Is this what we are talking about or is there more? Regards Steve