Re: Can a dylib have an entry point?
Re: Can a dylib have an entry point?
- Subject: Re: Can a dylib have an entry point?
- From: Jens Alfke <email@hidden>
- Date: Tue, 18 Feb 2014 09:00:44 -0800
I'm pretty sure it can, since there are language facilities for making functions run when the code is loaded — Clang and GCC's C compilers have __attribute((constructor)), and C++ of course has static initializers.
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden