HOWTO: Build "FAT" Macintosh ApplicationsLast reviewed: October 6, 1997Article ID: Q154605 |
The information in this article applies to:
SUMMARYThis article describes how to create "fat" Macintosh applications. Most commercial Macintosh applications on the market today are available in "fat" versions. A "fat" application includes both 68K and PowerPC code so it can run on either platform.
MORE INFORMATIONThe process of creating a "fat" application consists of building a Power Macintosh application and a 68K application and then merging the CODE resources from the 68K build into the Power Macintosh application. The merging can be done with ResEdit. To build a "fat" version of your program that will run optimized on both 68K and Power Macintoshes, do the following:
You now have a "fat" application. This assumes that you have the same menus, windows, dialogs, and other resources for both versions of the program and that the two targets are both in the same Visual C++ project.
REFERENCESMost of the contents of this article is duplicated in the Online Documentation under "README for Microsoft Visual C++ Version 4.0" heading. It can also be found in the VCREAD.WRI file under the MSDEV directory.Keywords : MacPrgIss VCMac Version : WINNT:4.0;MAC:4.0; Platform : MACINTOSH NT WINDOWS Issue type : kbhowto |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |