The information in this article applies to:
SUMMARYTo use a static PowerPC library in a Visual C++ Macintosh application, the library must first be converted to a CFM (Code Fragment Manager) Shared Library using a native PowerPC Macintosh development environment. The shared library can then be ported, and linked dynamically. For additional information, please see the following article in the Microsoft Knowledge Base: Q145822 DOC: Creating Import Libraries for PowerPC Shared Libraries MORE INFORMATION
Many Macintosh libraries are delivered as static libraries. There are a number of proprietary formats for 68K static libraries. MPW (Macintosh Programmers Workshop) libraries, usually named with a ".o" extension, are the most common and most interchangeable format. These can be converted to Visual C++ static libraries using MPW2LIB.
Once a shared library has been created it can be used by Visual C++. For additional information, please see the following article in the Microsoft Knowledge Base: Q145822 DOC: Creating Import Libraries for PowerPC Shared Libraries REFERENCES(c) Microsoft Corporation 1999, All Rights Reserved. Contributions by Adam Kim, Microsoft Corporation. Additional query words: PowerPC Macintosh PowerMac XCOFF .o static library shared import export mpw2lib
Keywords : kbtool kbDLL kbMAC kbMFC kbVC kbDSupport MacPrgIss MPW2LIBIss |
Last Reviewed: December 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |