Re: A couple questions
Re: A couple questions
- Subject: Re: A couple questions
- From: Scott Tooker <email@hidden>
- Date: Wed, 22 Aug 2001 13:23:34 -0700
Okay, you have two choices. You can build a framework (basically a
wrapped shared/dynamic library) or you can build a static library.
In the framework case, you can start with the Carbon Framework project
template. However, if you are using this route, DO NOT use C++ for the
framework's API (due to issues surrounding C++ ABI changes with gcc 3.0).
If you want a static library, I would add a new library target (via New
Target in the Project menu) and use that to build the static library.
Scott
On Wednesday, August 22, 2001, at 12:44 PM, Graham Wihlidal wrote:
Hey list,
I have a couple questions I am hoping I can get some answers to.
I can't seem to be able to use C++ files in a Carbon Application
target? It doesn't seem to recognize the "class" name so I'm presuming
it isn't set up for C++? How do I enable it? Some sort of build
setting flag or something?
I need to take my SDK for an app of mine which was built into a static
CodeWarrior Library, and build a similar library file for use in
Project Builder. In build settings I notice it has the type set to
"Application" but I can't change that. How do I create a library for
use in PB the way you would create and use it in CodeWarrior?
Thanks in advance,
Graham
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Scott Tooker
QA & Integration - Project Builder
Mac OS X Development Environment