C++ in precompile
C++ in precompile
- Subject: C++ in precompile
- From: Rob Crawford <email@hidden>
- Date: Tue, 6 Dec 2005 12:12:27 -0500
I have a precompile that has C++ in it (came over from CodeWarrior),
a lot of forward declared class and such. In the beginning you could
not have C++ in precompiles in ProjectBuilder, is this still the case
XCode and if not, what do you need to do to tell the precompile to
compile with C++?
precompile looks something like this....
#include <Carbon/Carbon.h>
class myClass;
I get errors on the "class myClass;" line.
Thanks in Advanced,
Rob
P.S. Sorry if this questions was asked before.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden