Peter Solderitsch wrote:
> when compiling anything in C++ that has a local .h file, the
> compiler throws up very odd "Illegal precompiled header errors"
IMHO, the precompiled header feature is very useful but the default
CodeWarrior setup (out of the box) is worse than useless because it
trips people up like this...
> if anyone could point me to C++ source examples
Not sure what you are looking for here. There is no official C++
application framework (a la MFC) for Palm. You've already been pointed
to one out there called Teenee. The CW compiler basically supports the
full C++ language, aside from a few specific usage gotchas.
> explain how to massage CodeWarrior to behave correctly.
I'm assuming you started by using the C++ project stationery when
creating your application. Then I'd suggest fixing the precompiled
header problems as suggested here:
http://www.egroups.com/group/palm-dev-forum/9620.html
-slj-