Re: NSBundle question
Re: NSBundle question
- Subject: Re: NSBundle question
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 8 Dec 2001 10:31:29 +0000
On Saturday, December 8, 2001, at 12:27 am, R. Eranki wrote:
No, I'm looking for a function found IN the executable. Not the path to
the
executable.
Oops! Sorry about that.
I don't think there is an API for this (yet), what's the problem with
using CFBundle? It's either that or getting the path to the
NSObjectFileImage and related API in /usr/include/mach-o/dyld.h :-)
To be honest with you, I can't see why you'd want this all that badly,
it seems like the main point of the CFBundle API for getting pointers to
functions is so that you can call Mach-O functions in other frameworks
from CFM Carbon applications....
-- Finlay