• 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
CFBundleGetFunctionPointerForName
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CFBundleGetFunctionPointerForName


  • Subject: CFBundleGetFunctionPointerForName
  • From: Nava Carmon <email@hidden>
  • Date: Thu, 13 Mar 2008 16:38:27 +0200

Hi All,

I have some bundle, that links with a static library. My application loads that bundle and looks for an entry point: 
  
          modelEntry = reinterpret_cast<ModelEntryProc>(CFBundleGetFunctionPointerForName(modelBundle,CFSTR("model_call")));

The function model_call is defined and declared in the static library. I tried almost everything to get my application see this symbol, but no success. The question is if it's possible at all? May be I misinterpret the CFBundleGetFunctionPointerForName usage?

Thanks in advance,

Nava

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: CFBundleGetFunctionPointerForName
      • From: "Sherm Pendley" <email@hidden>
  • Prev by Date: Re: Linking a lib in XCode (Jean-Daniel Dupas)
  • Next by Date: CFBundleGetFunctionPointerForName again
  • Previous by thread: Re: Linking a lib in XCode (Jean-Daniel Dupas)
  • Next by thread: Re: CFBundleGetFunctionPointerForName
  • Index(es):
    • Date
    • Thread