Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: gd_on on June 13, 2018, 11:57:28 am

Title: opengl with wxSmith in wxwidgets 3.1.1
Post by: gd_on on June 13, 2018, 11:57:28 am
The code generated by wxsglcanvas.cpp is OK with wxwidgets 2.8.12 but not with wxwidgets 3.1.1. The argument order is not the same, so when you compile the automatic generated code you obtain a compilation error. I tried to use WXWIN_COMPATIBILITY_2_8 1, but without success.
I propose a patch to avoid this problem, compatible with both wxwidgets versions.
gd_on
Title: Re: opengl with wxSmith in wxwidgets 3.1.1
Post by: oBFusCATed on June 13, 2018, 12:05:19 pm
Please post it on sf.net if you don't want the patch to be forgotten.
Title: Re: opengl with wxSmith in wxwidgets 3.1.1
Post by: gd_on on June 13, 2018, 12:23:02 pm
done ... ticket 702
gd_on