Skip navigation.
 
mlRe: NSCreateObjectFileImageFromMemory()
FROM : Shantonu Sen
DATE : Thu Nov 21 06:34:05 2002

Really really. Check out the cctools project from Darwin CVS, or look 
here:
http://www.opendarwin.org/cgi-bin/cvsweb.cgi/src/cctools/libdyld/
ofi.c?rev=1.1.1.2&content-type=text/x-cvsweb-markup

Shantonu

On Tuesday, November 19, 2002, at 02:15 PM, Mike McKinley wrote:

> In dyld.h, NSCreateObjectFileImageFromMemory() is listed as "not yet
> implemented". When I call it with a library file that works with
> NSCreateObjectFileImageFromFile(), the error 
> "NSObjectFileImageFailure" (0)
> is reported. No message is printed to stderr.
>
> Is NSCreateObjectFileImageFromMemory() really unimplemented since 
> 1999? If
> so, will it ever be implemented?
>
> If it will never be implemented, how can I duplicate its 
> functionality? If
> it is part of Darwin, where does it live?
>
> Best regards,
> -mike
>



Related mailsAuthorDate
mlNSCreateObjectFileImageFromMemory() Mike McKinley Nov 19, 14:15
mlRe: NSCreateObjectFileImageFromMemory() Shantonu Sen Nov 21, 06:34