Re: Calling C++ from Obj-C
Re: Calling C++ from Obj-C
- Subject: Re: Calling C++ from Obj-C
- From: "Todd Heberlein" <email@hidden>
- Date: Fri, 31 Aug 2001 09:31:08 -0700
- Organization: Net Squared, Inc.
>
From: Ondra Cada <email@hidden>
GB> get a new Project Builder version that compiles ObjC++.
>
>
It should be perhaps pointed out that the PB poor beast has
>
*NOTHING* to do with that.
Yes and no. Project Builder needs to recognize ObjC++ source files
(e.g., mycode.mm) as ObjC++ code files; otherwise, it won't know what to
do with it. The Project Builder from the original MacOS X developer CD
is clueless about .mm files. At a minimum you need to upgrade to the
latest PB from ADC (which is .mm aware).
Then it becomes a compiler problem :-)
Todd