|
From: | David Chisnall |
Subject: | Re: Wrapping C functions |
Date: | Thu, 6 Aug 2009 18:27:26 +0100 |
On 6 Aug 2009, at 18:24, Martin Kalbfuß wrote:
Is the initalize method called automatically or has the user to call it?
It's called automatically by the runtime. There is also a +load method that is called when the class is loaded, but this is generally not safe because there are no guarantees made about library load order, so +load may be called before other libraries are loaded so should be avoided unless absolutely required.
David
[Prev in Thread] | Current Thread | [Next in Thread] |