interfacing c++ and cocoa/aqua
interfacing c++ and cocoa/aqua
- Subject: interfacing c++ and cocoa/aqua
- From: Nathaniel Martin <email@hidden>
- Date: Fri, 6 Jul 2001 13:32:50 -0700
A friend and I are working on a project.
We have a c++ backend and we want to put an aqua front end on it.
The c++ needs to be passed mouse and keyboard events, and it would
return bitmaps.
We want to display the bitmaps to screen as quickly as possible.
What would be the best way to interface this? Can I call cocoa methods
from c++? Can I call c++ functions from cocoa?
-Nathaniel Martin
email@hidden