How to load my framework programatically ?
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