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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden