From: tiennou <tie...@gm...> - 2007-03-09 11:12:22
|
I'm trying to find a solution to the ankward wx installation on OSX... I think that I'll add my frameworks to the Product page, and add a note that they are needed for compilation, because it is much easier to tell users to install wx.framework in /Library/Frameworks than make them twiddle with ShapeFusion precompiled headers settings, include directories, and others... If you are fine with this, then I'll add my two frameworks somewhere on the project page... But I'm having compatibility problems ;-) You are still using 2.6.*, and I'm using 2.8.2 for development... When using __WXDEBUG__ framework, I just have some warnings about the fact that wxRect.Inside() is deprecated (can be changed to Contains ()), but when linking with the release framework, I get errors about this, and the fact that wxOPEN is not defined (replaced by wxFD_OPEN in 2.8). So I would like to know if it is possible for you to upgrade... In other news, I've bought the "Cross-platform GUI programming with wxWidgets", so I will have more information on the Document/View framework... tiennou |