cocoa window in carbon?
cocoa window in carbon?
- Subject: cocoa window in carbon?
- From: Bob Sabiston <email@hidden>
- Date: Thu, 14 Aug 2008 12:27:52 -0500
Hello,
I have a cocoa window that I open and use in my carbon app. I used
the apple sample code to do this, and it has worked for years -- using
Xcode to compile the cocoa window bundle and Codewarrior to include it
in the app.
Now I am trying to do the same thing all in Xcode and it isn't working
for some reason. I am able to load the bundle using CFBundleCreate(),
but then it is failing when I try to get a function pointer:
funcPtr = (FunkyPtr)
CFBundleGetFunctionPointerForName(runbundleRef,
CFSTR("initializeRTBundle"));
Anyone know why this would not work? The bundle and app are being
compiled for the same architecture and SDK, and they are both 'debug'
targets.
Thanks for any suggestions,
Bob
_______________________________________________
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