Comment 23 for bug 648289

Revision history for this message
Dick Hollenbeck (dickelbeck) wrote :

Peter,

The constructor modification to the example,

  http://wiki.wxwidgets.org/WxGLCanvas#wxGLCanvas_sample

passing args to wxGLCanvas::wxGLCanvas() did indeed work OK on my system.

And yet these same attributes when used in a modification to your patch cause the abort on my system.

Suggest going over the differences in technique between our code and the example now, and to review the setup documentation again. The wx docs say to use a different technique for wx previous to 2.7, i.e. 2.6.x.

We can probably rely on a test within CMake scripts to excluded 2.6.x series though.

I am assuming the problem is still related to construction and setup, but it may not be.

Dick