Modified wxShapeFramework 1.3.0 to run on Mac OS X.

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
lotharbehrens
Earned a small fee
Earned a small fee
Posts: 16
Joined: Tue Oct 30, 2007 4:13 pm
Location: Germany
Contact:

Modified wxShapeFramework 1.3.0 to run on Mac OS X.

Post by lotharbehrens »

Hi,

it was about 5 hours to port the complete application to Mac OS X :-)

There were some limitations, I am forced to do, because I currently work with wxMac 2.6.2. But the related changes are hopefully made all with wxCHECK_VERSION except the missing includes yet.

There is a deactivated feature, because I was unable to find an equivalent solution on 2.6.2. It is the color picker control.

#if wxCHECK_VERSION(2, 8, 0)
#include <wx/clrpicker.h>
#else // replacement code for old version
#endif

So I propably contact the author also directly to give him the changes I made.

I also detected a bug while opening previously stored files.
The file extention information is propably not correctly setup.
I will have a look shortly.

Regards and enjoy.

Lothar
Attachments
Today I also have ported the application To Mac OS X
Today I also have ported the application To Mac OS X
Post Reply