Re: On Windows this is a dll, what is it on OS X
Re: On Windows this is a dll, what is it on OS X
- Subject: Re: On Windows this is a dll, what is it on OS X
- From: "Mark Munz (DevList)" <email@hidden>
- Date: Mon, 17 Oct 2005 13:46:40 -0500
In Windows, DLLs are often used to store resources. If all you
interested in is storing data, it would be simpler to use plists and
use the CoreFoundation routines to access them.
If you actually need to run CODE, then you'll want to take the Bundle
approach.
Mark Munz
On Oct 17, 2005, at 11:38 AM, Jason T. Slack wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a carbon application that is a text editor. On the Windows
version, I use .dll's to seperate out language keywords, etc for
each language I can syntax highlight.
I want to use this same sort of logic for the Mac version, What
xcode project do I use to create these little logic holders?
Is that a static library? Can you use many static libraries to
compartmentalize logic in your application and then at runtime load
the static libraries functionality?
- -jason
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden