Xcode and external bundles
Xcode and external bundles
- Subject: Xcode and external bundles
- From: "Matt Weiss" <email@hidden>
- Date: Wed, 5 Jul 2006 16:05:19 -0400
- Thread-topic: Xcode and external bundles
Hey All,
I'm sort of a newbie to the world of Xcode. I've done very minimal
development from scratch with xcode, although I've supported a few XCode
solutions. I am using XCode 2.3 on a PPC.
I have an SDK that I'm trying to link into an application. My
application that I'm trying to make is a dylib.
The SDK that I required is composed of a handful of header files, some
bundles (.bundle) and some files that don't contain extensions. I can
run the "file" command on these nameless files and they are reported as
"header for PowerPC PEF executable" files.
In any case, I have ported my application from windows to the Mac. I
have everything compiling, but I am having linker problems. All of the
symbols for the methods in the header files are undefined.
My questions are:
1) Do I need these PEF executable files if I have the .bundles? Are
they necessary?
2) Where in the project do I include the bundles and/or the .PEF files
so that Xcode links against them? Do I need to write code to explicitly
load these bundles?
3) I found an article that proposed that this may not be possible:
http://lists.apple.com/archives/Xcode-users/2004/Sep/msg00343.html
Is this accurate? Does this apply to the .dylib that I am trying to
make?
4) My SDK is PPC only. Can I build a dylib with this SDK that will run
in Rosetta on a Mac-Intel?
If it helps at all, I'm trying to link in Canon's SDK (version 8.4).
Thanks in advance,
Matt
--
Matt Weiss - Software Journeyman
X-Rite, Incorporated
3100 44th Street SW
Grandville, MI 49418
_______________________________________________
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