• 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
How to load my framework programatically ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to load my framework programatically ?


  • Subject: How to load my framework programatically ?
  • From: "rohit dhamija" <email@hidden>
  • Date: Thu, 25 May 2006 12:37:33 +0530

Dear all,
 
My Development environemnt: Mac OS 10.4 PPC and Intel Mac, Xcode 2.2
 
As now of now, i load my framework using
 
 "gcc myUserApplication.c  -F. -framework myFramework.framework"
 
Can I load my framework inside my userapplication code ?
 
///////////////////////////////////////
example: myUserApp.c
int main(){
printf("Hello APPLE!!!");
[ LoadMyFramework] =====>contains function func()
// now since i loaded my framework, i use this function
func();
return 0;
}
///////////////////////////////
 
Is Something similar to System.loadlibrary applicable to frameworks also, If yes, then what is the function for the same ??
 
Or what call be alternate way to do the same ?
 
Any suggestions/comments/pointers are most welcome.
 
Thanks,
--
Rohit Dhamija(M) 9818446545
 _______________________________________________
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: How to load my framework programatically ?
      • From: Jonathon Mah <email@hidden>
  • Prev by Date: setting insertion point at a line
  • Next by Date: Re: Xcode 2.3 initial impressions
  • Previous by thread: Re: setting insertion point at a line
  • Next by thread: Re: How to load my framework programatically ?
  • Index(es):
    • Date
    • Thread