Re: Calling C++ from Obj-C
Re: Calling C++ from Obj-C
- Subject: Re: Calling C++ from Obj-C
- From: "Todd Heberlein" <email@hidden>
- Date: Fri, 31 Aug 2001 09:19:42 -0700
- Organization: Net Squared, Inc.
>
From: brian hook <email@hidden>
>
I have a fairly large codebase of C++ classes that are integrated
>
into my current projects. There's a lot of stuff in there that
>
my Cocoa app needs to be able to access.
Objective-C++ (or ObjC++), a blend of Objective C and C++, provides
exactly what you need. An example of mixing code can be found at
http://www.schemaresearch.com/osx_objcplusplus/
That page is actually a complaint about the removal of ObjC++ from the
shipping MacOS X development tools. However, Apple has committed to
bringing it back, and the 10.1 tools, which should ship in about a
month, will come with it.
If you are a registered ADC member you can upgrade your MacOS X
developer tools beyond what ships on the CDs from the store shelves, and
then you might be able to ask Apple nicely enough for access to a seed
version of ObjC++.
If you register as a paying member of ADC (e.g., a Select membership is
$500/year) you will probably be sent the latest tools on CD.
http://www.apple.com/developer/
Todd