Table of Contents

Tips, Tricks, and Troubleshooting


This section provides some information on:

MPW Extensions

MPW (Macintosh Programmer's Workshop) is a complete programming environment for the Macintosh. When you install 3DO software on the Macintosh, the environment is expanded in a few ways:

How to Use 411 Help

When you install the 3DO software from the installation disc, 411 Help files for all folios and libraries are added to the default 411 Help utility. You can then look at function descriptions for each function via 411 Help.

For a quick introduction, place the cursor next to the name of a 3DO function and press Command-5. An explanation of the function should appear. For more information about using 411 Help, consult the Macintosh documentation for the version of MPW you are working with.

Note: The 411 Help files included with the Portfolio 2.5 release have some problems with the more recent versions of MPW. Consider using the hypertext online documents available in html format with your favorite html reader instead.

Creating Your Own Makefile

In most cases, you will find it useful to use the MPW tool Create3DOMake for creating the makefile for your program. If you decide to use your own makefile, pay attention to the following:

If there are problems, consider building a basic makefile using Create3DOMake and expanding it to fit your needs.