lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Roberto,

Yesterday Mike and I suggested to use a different kind of API entirely.
All NS* APIs on OS X require at least Objective-C support, and most
require linking against Cocoa as well.  On the other hand, CFBundles
and _dyld_ functions are available to all kinds of OS X applications...

Thanks,
Dario

----- Original Message ----- From: "Roberto Ierusalimschy" <roberto@inf.puc-rio.br>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Tuesday, December 21, 2004 4:15 PM
Subject: Re: loadlib for Mac OS X

I think the consensus on the list was to use bundles.

Ok. But which set of functions should we
use? NSCreateObjectFileImageFromFile or NSAddImage? Or neither?

-- Roberto