Jump to content

Macintosh Programmer's Workshop

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RedWolf (talk | contribs) at 18:48, 27 March 2004 (Apple's software development environment for the Classic Mac OS and Carbon). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Macintosh Programmer's Workshop or MPW, is a software development environment for the Classic Mac OS, written by Apple Computer. For Macintosh developers, it was one of the primary tools for building applications for System 7.x and Mac OS 8.x and 9.x. Initially, MPW was sold as a commercial product but Apple eventually made it a free download. MPW can still be used to develop Mac OS X applications but only as a Carbon build. To develop native Mac OS X applications, one must use either Xcode or Code Warrior.

MPW provided a shell like environment (similar to Unix) which included C and C Plus Plus compilers. The Power Mac Debugger was not integrated into MPW like most IDEs of today but the language compilers supported the symbolic debugging information file format used by the debugger.

Apple has officially discontinued further development of MPW but does maintain a web site for the software.