Re: C on Xcode
Re: C on Xcode
- Subject: Re: C on Xcode
- From: Jens Alfke <email@hidden>
- Date: Sat, 06 Aug 2011 19:34:37 -0700
On Aug 6, 2011, at 5:36 PM, Wade Williams wrote: Simplest solution:
1) Create a C interface to your C++ library. A good C++ library should already have this.
That’s actually a pretty difficult solution, especially if the library has a complex API that uses subclassing, templates, exceptions, etc.
It’s much easier just to rename your Obj-C source files to end with “.mm”. There is no step 2.
—Jens |
_______________________________________________
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
References: | |
| >C on Xcode (From: Claudio Ceballos Paz <email@hidden>) |
| >Re: C on Xcode (From: Wade Williams <email@hidden>) |