calling cocoa method inside carbon function...
calling cocoa method inside carbon function...
- Subject: calling cocoa method inside carbon function...
- From: Jacob Chapa <email@hidden>
- Date: Sun, 11 Jan 2004 19:48:05 -0600
I have a self defined carbon function and I want to call a cocoa method
from it.
I know I can make carbon calls from cocoa methods, i.e:
- (void) myCocoaMethod
{
CarbonCallhere():
}
but I cant do something like this:
void myCarbonMethod()
{
[cocoaObject myMethod];
}
is there a workaround to this?
The carbon method being called is a callback function and I am trying
to use a cocoa speech object inside of it.
Thanks a lot
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.