From: Francesco M. <f18...@ya...> - 2008-12-05 20:28:00
|
Frans Schreuder ha scritto: > Hi Francesco, > > The current branch is now compiling well in wxWidgets 2.9.0, but this is > not a released version of wxWidgets. For the time being, don't you think > it is better to make the project compatible with at least 2.8.9? > (I mean the wxQueueevent things) Well, yes :) It's very difficult to ensure binary compatibility in linux so that providing a source release which builds against a released version of wx is indeed important. I didn't consider that before... I'll add some #if wxCHECK_VERSION() around to make it compile with wx2.8 but I still suggest building the released binary against wx29 (I'm trying to understand why the mouse wheel doesn't work in wxGrid under wxGTK... I hope to fix it soon in wxTRUNK). Francesco -- |