Re: Mixing Objective C and C++
Re: Mixing Objective C and C++
- Subject: Re: Mixing Objective C and C++
- From: Craig Bakalian <email@hidden>
- Date: Mon, 14 Oct 2002 21:19:30 -0400
Hi Cameron,
I need to use CoreMIDI in my application. The CoreMIDI docs look and
smell like C++ calls. Please correct me if I am wrong. So, I need to
implement
C++ files that make CoreMIDI calls which are called by some controller
object
made of Objective-C. I think? Anyone out there ever call CoreAudio or
CoreMIDI
from a Cocoa app?
Craig Bakalian
On Monday, October 14, 2002, at 05:11 PM, Cameron Hayne wrote:
On 14/10/02 2:17 pm, "Craig Bakalian" <email@hidden> wrote:
I have read the Using C++ with Object-C in the Cocoa Documentation,
however I am still confused about how to implement such a combination.
Is there an example out there somewhere?
I suspect that if you are confused it is because you are expecting too
much
of the combination. Note especially that the object models are
incompatible.
If you are starting a new project using Cocoa, you don't want to use
C++ -
you just use Obj-C. If you have existing code in C++, you can call it
from
your Obj-C code.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.