Re: Xcode Carbon Dynamic Lybrary Development
Re: Xcode Carbon Dynamic Lybrary Development
- Subject: Re: Xcode Carbon Dynamic Lybrary Development
- From: Markus Hitter <email@hidden>
- Date: Thu, 10 Mar 2005 21:39:27 +0100
Am 10.03.2005 um 06:13 schrieb Jignesh Sorathia:
I am beginner for developement in X-Code for Mac OS. I want to develop
a C++ Dynamic Library with Carbon and want to use it in my
application.
Surely, you have restrictions forcing you to code in C++ and without
Cocoa?
I have tried for the same I am able to create dyld. but i dont know
how to attach it with my user application. Or how to export my symbols
to another application.
The usual way is to build a framework instead. A framework is a dynamic
library packaged in a well known folder hierarchy (to allow
supplemental files), coming with a automatically generated Info.plist
(to allow versioning), including some or all of your headers (for use
in another project) and possibly additional resources like NIB's,
pictures, or whatever you desire.
[...] I should attach to my user application?
The preferred way is to embed frameworks into the application to allow
Drag & Drop install. How to proceed with all this is nicely described
in Xcode's documentation.
HTH,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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