From: Frans S. <fra...@gm...> - 2008-12-05 21:13:23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi Francesco,<br> <blockquote cite="mid:493...@ya..." type="cite"> <pre wrap="">Frans Schreuder ha scritto: </pre> <blockquote type="cite"> <pre wrap="">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) </pre> </blockquote> <pre wrap=""><!---->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). </pre> </blockquote> Building against wx29 is no problem for the binary release, but I can understand that people who want to build the source don't feel like building the whole wxwidgets binary from svn.<br> <blockquote cite="mid:493...@ya..." type="cite"> <pre wrap="">Francesco </pre> </blockquote> </body> </html> |