broken after upgrade to 2.8
BobR
removeBadBobR at worldnet.att.net
Fri Apr 13 09:34:23 PDT 2007
Chad Wagner <chad at chadawagner.com> wrote in message...
>
> I can fix it, but not without changing the wx code, and before I
> submit patches to undo what was done by someone who probably knows
> better than me, I figured I'd better ask for some feedback from the
> list...
wxWidgets has contracted cancer. It started around v2.6 and is getting worse
(who in their right mind would change the return type from a function in an
established library?). We can no longer count on currently written apps
being compatible with future releases of wxWidgets (just pick an version,
and plan to stay with that until your app is deprecated.).
Ok, rant over. Go back to what you were doing.
class MyThing : public wxWindow{
bool ThingRemovedAddedBack(int blah);
};
--
Bob R
POVrookie
More information about the wx-users
mailing list