Re: How to load my framework programatically ?
Re: How to load my framework programatically ?
- Subject: Re: How to load my framework programatically ?
- From: Jonas Maebe <email@hidden>
- Date: Fri, 26 May 2006 00:18:05 +0200
On 26 May 2006, at 00:03, Markus Hitter wrote:
intialize and terminate routines are the constructors and
desctructors that
get called up when a framework is loaded and unloaded
There is no such functionality. I hardly can imagine any reason why
there should be such stuff, either.
There is definitely support for initialiser and terminator routines
in dynamic libraries (and afaik a framework is just a dynamic library
with headers and versioning). Have a look at http://
developer.apple.com/documentation/DeveloperTools/Reference/Assembler/
ASMDirectives/chapter_5_section_2.html (search for mod_init_funcs/
mod_term_funcs).
Jonas
_______________________________________________
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