Re: Correction to Prior Message
Re: Correction to Prior Message
- Subject: Re: Correction to Prior Message
- From: Scott Ribe <email@hidden>
- Date: Wed, 16 Feb 2011 14:25:08 -0700
On Feb 16, 2011, at 9:41 AM, koko wrote:
> I sure would like an explanation from Apple as to why the compile type caused a symbol to not be found.
No need to ask Apple: it's a basic C++ question ;-) Mixing Objective-C into C++ is exactly the same as mixing C into C++, non-C++ code that can be called from C++ must have the linkage declaration extern "C"...
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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