|
From: James W. W. <ja...@fr...> - 2005-05-02 19:07:51
|
"Sean McBride" <se...@ro...> wrote: >But I'd suggest renaming: > >/Developers/Stub Libraries/ >to >/Developers/Stub Libraries (CFM)/ > >to be consistent. OK. > Also adding a > >/Developers/Static Libraries (Mach-O)/ > >would be nice. And Jose's static lib addition to the xcode projects >builds nicely. Actually, I got some errors when I tried to build that under Tiger. >However, I get the following link errors using the xcode-built static lib >with a CW project. Quesa uses C++ now, right? Am I doomed by >differences in C++ ABI between compilers? Yes, I think you're doomed. It's probably not only the ABI, but the fact that they are using different STL implementations. Why do you prefer using a static lib rather than a framework? -- James W. Walker, ScriptPerfection Enterprises, Inc. <http://www.write-brain.com/> |