C++ in a Cocoa App - How Hard is THAT?
C++ in a Cocoa App - How Hard is THAT?
- Subject: C++ in a Cocoa App - How Hard is THAT?
- From: Lance Drake <email@hidden>
- Date: Fri, 7 Oct 2005 17:35:22 -0600
Hi XCode folks,
In an effort to write a snazzy little app which accesses a C++ object
that came from a CodeWarrior Carbon project, I wrote a little Cocoa app
in which I would like to include that source file written in C++.
Evidently, it's lots easier to include Cocoa in Carbon... but I
digress.
As it happens, I cannot include the ".h" file in the Cocoa .m file (so
as to be able to create the object and then refer to it) as the
complaints appear immediately upon the compiler encountering the word
'class'.
Pouring thru the ADC refs, etc I found the instruction to set 'Other C
Flags' to include '-ObjC++'. The file itself compiles. It's the
reference to it that seemingly cannnot be added into the Cocoa world.
Before everyone heads out to the hills for the weekend - could
somebody please send me a link to the effect, "hey, read this..." or
somehow otherwise help me understand why this is not happening as I
would wish?
Thanks VERY much!
Lance Drake
_______________________________________________
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