Forum rules


Before adding a bug or feature request please check it is not already in the bug tracker or answered in the FAQ.



wxwidgets 2.8.x compatibility

Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: wxwidgets 2.8.x compatibility
PostPosted: Wed Oct 17, 2007 9:55 pm 
User avatar
Reduced to ashes
Not Signed Up For Stats

Joined: Fri Jan 06, 2006 12:11 am
Posts: 639
Location: The Dark Side of the Earth
wxwidgets 2.8 breaks compatiblity with 2.4 series unless compiled with special flags (most common distros doesn't use such option)

we can either drop 2.4 compatibility (wich is more than 2 years old & i would recomend) or wrap the depricated code in #ifdef

wxnotebooksizer is depricated since wx2.6, instead any other sizer would do the same task

fix for 2.8 compatibility

src/wxdialogs/SettingsDialog.cpp@446:

Code:
   wxBoxSizer *nbs = new wxBoxSizer(wxVERTICAL);
   nbs->Add(book_);


src/wxdialogs/DisplayDialog.cpp@108:

Code:
   wxBoxSizer *nbs = new wxBoxSizer( wxVERTICAL );
   nbs->Add(book_);
Proudly without signature :P

Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 22, 2007 1:34 am 
User avatar
Site Admin
Not Signed Up For Stats

Joined: Mon Aug 04, 2003 4:09 pm
Posts: 4771
Location: Scotland
Thanks BD added to CVS.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group