Re: Problem with getting Buitin Ethernet Address on OSX using OT
Re: Problem with getting Buitin Ethernet Address on OSX using OT
- Subject: Re: Problem with getting Buitin Ethernet Address on OSX using OT
- From: Quinn <email@hidden>
- Date: Tue, 12 Aug 2003 08:31:50 +0100
At 14:34 +1200 12/8/03, Pavan Vyas wrote:
I am aware that the bundle will need to be installed with the application
for it to run properly otherwise an error will be generated. Is there a way
around this?...if there isn't then what are the conventions....meaning where
is the preferred place to put the bundle upon application install?
The best solution is to ship a packaged application, that is, an
application where are the components are enclosed within a ".app"
folder. You don't have to be a Mach-O application to ship packaged
(IE works this way).
If you create a packaged application, you can put your Mach-O bundle
into the "Contents/PlugIns" directory within you bundle. There are
numerous examples of doing this, but the one I recommend is "QISA"
(because I'm most familiar with it).
<
http://developer.apple.com/samplecode/Sample_Code/Networking/QISA.htm>
If you can't ship as a packaged application (for whatever reason),
the decision as to where to install your Mach-O bundle depends on
where you install all of your other ancillary components (spelling
dictionaries, help files, and so on). However, Apple's
recommendation is definitely to ship packaged applications.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.