Re: Don't Mach My Code
Re: Don't Mach My Code
- Subject: Re: Don't Mach My Code
- From: Vince DeMarco <email@hidden>
- Date: Fri, 14 Dec 2001 10:24:23 -0800
On Friday, December 14, 2001, at 09:42 am, Chilton Webb wrote:
Under Carbon, it is possible to create a 'code resource' which is a chunk
of pre-compiled executable code that can be loaded into your app at
runtime (ie not loaded during the build process), and executed repeatedly
as if it were part of your app. Similar to a plug-in, in a web browser, I
believe. I assume something similar exists under Mach-o, but have been
unable to find it. Any suggestions?
Look at NSBundle, CFBundle and CFPlugin.
vince