Re: Bridging C++ to Cocoa?
Re: Bridging C++ to Cocoa?
- Subject: Re: Bridging C++ to Cocoa?
- From: Filipe Varela <email@hidden>
- Date: Sat, 17 Nov 2007 17:03:14 +0000
Hi
Have a look at Obj-C++. Basically, c++ instances can exist as
"properties" inside any Obj-C class (compile with Obj-C++) much like
any ansi c type or Obj-C instance.
I use it all the time to build cocoa GUIs to stuff i have in portable c
++.
I also recommend having a look at Ogre Cocoa front ends. While you may
not be interested in Ogre itself (3D), the Cocoa samples are really
simple and should allow you to understand how to mix c++ with Cocoa/
Obj-C++
Cheers,
Filipe
On 2007/11/17, at 16:07, Graham Reitz wrote:
Hello,
Could someone point me to a simple example of bridging straight C++
classes to an Objective-C/Cocoa gui?
For example, I have several C++ classes that compile on mac, linux,
and windows and would like to feed their output to a Objective-C/
Cocoa based gui. How do I go about that? I just got started and am
on the steep slope of the learning curve.
Thanks much,
graham
I just switch to mac this year, yea! Loving it.
_______________________________________________
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
_______________________________________________
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