[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: can I make a C module not get unloaded? it is (sometimes) fatal on OS X
- From: Sam Roberts <sroberts@...>
- Date: Thu, 8 Mar 2007 11:22:13 -0800
On Thu, Mar 08, 2007 at 09:29:15AM -0800, Sam Roberts wrote:
> An OS X dynamically loaded shared library (aka "bundle") cannot be
> unloaded if it ever called any obj-c APIs.
This issue and others are described on
http://lua-users.org/wiki/BuildingModules
I'd still like a cleaner solution!