Re: C on Xcode
Re: C on Xcode
- Subject: Re: C on Xcode
- From: Alexander von Below <email@hidden>
- Date: Sat, 06 Aug 2011 22:30:36 +0200
What is the problem, it should be quite straightforward.
The only thing you need to be aware of is that you need to compile the parts of your app which use the C++ Lib as "Objective-C++", which you do by either a) naming the files ".mm" (instead of .m) or b) manually setting the filetype to Objective-C++
That should be all.
Alex
Am 06.08.2011 um 22:01 schrieb Claudio Ceballos Paz:
> Hello, friends.
> I'm trying to integrate Zinnia [1] on my iPad proyect. But I don't know how to integrate a C++ library to my Objective-C proyect on Xcode.
> I've seen some tutorials on genereic integration of C++ and Objective-C++.
> Can anyone help me? I'm quite lost.
> Thanks.
>
> [1] http://zinnia.sourceforge.net/
> _______________________________________________
> 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
_______________________________________________
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>) |