Re: MS Excel 2004 XLL addin in xcode
Re: MS Excel 2004 XLL addin in xcode
- Subject: Re: MS Excel 2004 XLL addin in xcode
- From: Jim McKinnon <email@hidden>
- Date: Tue, 15 Aug 2006 10:04:43 -0700
Chris/Eric - thanks. I was actually trying to get Fink to download it from CVS, but I didn't see it listed. I will keep looking for an old version of Codewarrior and, if possible, a vba/applescript solution.
Jim
On Aug 15, 2006, at 9:22 AM, Chris Espinosa wrote:
On Aug 15, 2006, at 7:45 AM, Jim McKinnon wrote: There are #defines for PEFBinaryFormat.h as well.
So...this will take me a while, but I will try compiling the FW.
Jim, please save yourself the trouble.
CFM and mach-O are executable formats that are determined by the linker, not the compiler. CFM is the standard executable format of PowerPC Mac OS 7 through 9; Mach-O is the standard executable format of Mac OS X. CodeWarrior can produce either CFM or Mach-O code (hence the #ifdefs in those sources), but Xcode can only produce Mac OS X native code, that is, Mach-O executable format.
The PowerPlant sources are a project, not a program; if you use different tools (CodeWarrior vs. Xcode) you get different executable formats from the same project. As Eric said, if MS Excel needs to load a CFM executable, then you have to create it with CodeWarrior (or with MPW running in the Classic environment).
CodeWarrior is no longer available from Metrrowerks/Freescale. You might be able to find an older copy somewhere.
Chris
Jim McKinnon Research Engineer Frontier Engineering Phone: 805-577-8771 Fax: 805-577-1192
|
_______________________________________________
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