but no luck so far :-(
I am trying to export one of CW9 examples (New
Project-> Mac Os PowerPlant stationary->Mach-0 target->"Basic"
project)
on my 10.4.3 into xcode according to the
"Make Changes to PowerPlant" section:
1) When i imported the project all the power plant
files were shown as part of the project
but they were missing (marked in red) so
I added all the files.
2) I created an
Xcode prefix header file for PowerPlant as described.(PP_Xcode.h prefix file )
3)I turned on "Always Search User
Paths" in the project settings and filled in the
relative
path to my PowerPlant framework
with checking on the recursive box:
User Search Path = "/Applications/Metrowerks
CodeWarrior 9.0/Metrowerks CodeWarrior/MacOS Support/PowerPlant"
The compilation result is still "No such file or directory"
when the PP_Xcode.h prefix file is
compiled.
Am i
suppose to go into each pp file and change the include sentence from
#include <some_PP_file.h> to
#include "some_PP_file.h"?
(e.g #include <LAction.h> to #include "LAction.h")
If so, how come the documented prefix file contains brackets?
Is there an elaborated information somewhere on exporting a PowerPlant
project? or maybe even some sample application?
Thank you in advance for the help...
Liron