Re: Mixing C++ and Objective-C
Re: Mixing C++ and Objective-C
- Subject: Re: Mixing C++ and Objective-C
- From: Peter N Lewis <email@hidden>
- Date: Mon, 9 Feb 2009 10:42:56 +0900
At 12:29 -0800 7/2/09, Steve Wart wrote:
It works fine in 10.5.6 with XCode 3.1 if I change the file type of
BasicOpenGLView.m to sourcecode.cpp.objcpp.
You normally use the extension .mm for Objective C++ code.
At 10:41 +0900 9/2/09, Peter N Lewis wrote:
At 13:12 -0800 7/2/09, Steve Wart wrote:
Solved, thanks to the archives.
#ifdef __cplusplus
extern "C" {
#endif
Personally, I just switch the whole project to compile everything in
Objective C++ and this eliminates the need for ifdef __cplusplus at
essentially no cost in compile time, execution speed or executable
size. It just means you are only dealing with one version of C to go
with your Objective C rather than C, C++ and Objective C.
Enjoy,
Peter.
--
Keyboard Maestro 3 Now Available!
Now run macros from your iPhone with Keyboard Maestro Control!
Keyboard Maestro <http://www.keyboardmaestro.com/> Macros for your Mac
<http://www.stairways.com/> <http://download.stairways.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden