• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
cocoa window in carbon?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Does NSNotificationCenter have zeroing weak references to observers ?
  • Next by Date: Re: crashing MacOs application when running a build file
  • Previous by thread: NSToolbarItem, textured background & Tiger
  • Next by thread: CGWindowListCopyWindowInfo(), how to pick relevant windows
  • Index(es):
    • Date
    • Thread