Good news!
I just learned you can make calls to your cocoa classes from within c++. So my cocoa class can handle the events and stop my c++ class from taking over!!
Now to learn more about events ... ya!!!
Hello all:
I am beginning work on porting one of our lab's unix apps to Mac OS X.
I'm starting with a demo project first. The original app is written in c++ and uses Motif / X-Win for the interface.
I have set up three classes:
Tracker -- c++ class // Performs calculations etc...