• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: MS Excel 2004 XLL addin in xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MS Excel 2004 XLL addin in xcode


  • Subject: Re: MS Excel 2004 XLL addin in xcode
  • From: Chris Espinosa <email@hidden>
  • Date: Tue, 15 Aug 2006 09:22:44 -0700


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
 _______________________________________________
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

  • Follow-Ups:
    • Re: MS Excel 2004 XLL addin in xcode
      • From: Jim McKinnon <email@hidden>
References: 
 >Re: MS Excel 2004 XLL addin in xcode (From: Paul Berkowitz <email@hidden>)
 >Re: MS Excel 2004 XLL addin in xcode (From: Jim McKinnon <email@hidden>)
 >Re: MS Excel 2004 XLL addin in xcode (From: Eric Albert <email@hidden>)
 >Re: MS Excel 2004 XLL addin in xcode (From: Jim McKinnon <email@hidden>)
 >Re: MS Excel 2004 XLL addin in xcode (From: Jim McKinnon <email@hidden>)

  • Prev by Date: Re: Xcode/gcc help in enforcing secure coding?
  • Next by Date: Re: dSymbolizer - DWARF/.dSYM workflow simplified
  • Previous by thread: Re: MS Excel 2004 XLL addin in xcode
  • Next by thread: Re: MS Excel 2004 XLL addin in xcode
  • Index(es):
    • Date
    • Thread