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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to