hi :)
How to Setting up wxWidgets in Code Blocks OS X?
i using Code Blocks 13.12 & wxWidgets 3.0.0
i bulid wxWidgets 3.0.0 in mac
i jast don't know how to add wxWidgets in Code Blocks
in windows in wizard wxWidgets can get address wxWidgets but in mac haven't adrass for wxWidgets :'(
sorry for bad English
Take a look at the source for the linux version of the wxwidgets wizard. Rigth click -> edit script...
Please more Explain
First, I'm no familiar how one is supposed to use wxWidgets on the Mac. Check some official guide.
Then, you can try to modify the wizard script to suite this.
You can start editing the wizard script by File -> New -> Project -> wxWidgets -> Right click -> edit script
Another option is to execute the needed steps on an empty project.
I'm don't know how to edit script
how can add wxWidgets in empty project on Mac
Quote from: arashz4 on January 13, 2014, 09:05:06 AM
I'm don't know how to edit script
Quote from: oBFusCATed on January 13, 2014, 08:33:01 AM
You can start editing the wizard script by File -> New -> Project -> wxWidgets -> Right click -> edit script
Quote from: arashz4 on January 13, 2014, 09:05:06 AM
how can add wxWidgets in empty project on Mac
If you project is really empty,create a wxSmith based project, using the project wizard.
no!
i'm know how to create a empty project
i'm don't know how to add wxWidget library in empty project in mac & add wxWidget library in wxWidget project in mac
Quote from: arashz4 on January 13, 2014, 11:30:06 AM
i'm don't know how to add wxWidget library in empty project in mac & add wxWidget library in wxWidget project in mac
That's why I am telling you (again): Use the wxWidgets project wizard to create an (empty) wxWidgets based project. This will setup the project for you.