interfacing c++ -> cocoa/aqua
interfacing c++ -> cocoa/aqua
- Subject: interfacing c++ -> cocoa/aqua
- From: Nathaniel Martin <email@hidden>
- Date: Sat, 7 Jul 2001 00:04:18 -0700
A friend and I are working on a project. We have some backend code in
C++. This code takes mouse and keyboard events, and spits out bitmaps.
We'd like to wrap a cocoa interface around it... Display the bitmaps in
an aqua window, and pass any mouse or keyboard events that occur in the
aqua window down to the c++ code.
How can we do this? Can we call c++ methods from cocoa? Can we call
cocoa methods from c++?
Any help would be appreciated.
-Nathaniel Martin
email@hidden