Macintosh-Programmers-Workshop

Total Page:16

File Type:pdf, Size:1020Kb

Macintosh-Programmers-Workshop Macintosh Programmers Wo rkshop C++ Shape Land §0§ North40:MP W:EHampl es:CPlusEHampl es:Shap1 §t!J§ cons t shor t width = 25 ; const shor t he ight = 30 ; •• • • TShape : :TShape(Rec t *r ) • { RandomRec t( r ) ; • Ass ign a random fBoundRec t for the shape . II • • vo id TShape : :RandomRec t(Rect *drawRect) { shor t rand 1, rand2 ; rand 1 = abs ( Random ()) � (drawRect->r ight - width >; fBoundRect. I eft = rand 1; .,.,., rand2 = abs (Random ( ) ) � (drawRec t->bottom - (he i gh t !i!i!i fBoundRec t. top = rand2 + draw Rec t-> top; i ! fBoundRect .right = fBoundRec t. left + width; @ i!iiii'''''' • fBoundRec t. bo t tom = fBoundRec t . top + he i gh t; Nort h40:MPW:Work vo id TShape : :Move (Rec t *r ) { RandomRec t( r ) ; 1:23 :41 AM ----- Bu i Id of CP l usShapesApp . 1:23:42 AM ----- Analyzing dependenc ies. • 1:23:44 AM ----- Execu ting bu i Id command TArc : : TArc <Rect *r > : <r > CP lus Shapes .cp -o Shapes .cp.o -sym on Se t Echo 0 { shor t rand 1, rand2 ; Link -d -o CP l usShapesApp -sym on Shap SetF i le CP l usShapesApp -t APPL -c 'MOO rand ! = abs ( Random( )) � 270 ; Rez -append -o CP l usShapesApp ShapesAp fS tartAng le = rand !; Rez -append -o CP l usShapesApp TApp l ica rand2 = abs (Random( )) � 270 ; • 1: 24 :38 AM ----- Done . fArcAng le = rand2 ; CP l usShapesApp Overview C++ is the latest object-oriented and operating system, Object personal computers, or to take programming language available Pascal-based functions and advantage of the powerfulhard­ foruse with the Macintosh® Pro­ procedures (such as those found ware foundin the high-end grammer's Wo rkshop (MPW'") in MacApp®), and the Standard Macintosh models. development environment. Apple Numerics Environment MPW C++ provides full sup­ Apple's implementation fully (SANE®). MPW C ++ can be de­ port for object-oriented program­ supports the industry standard for bugged at the C++ source level ming forC- based applications. object-oriented C as definedby using Apple's Symbolic Applica­ The use of object-oriented pro­ AT&T's C++ Release 2.0. Apple tion Debugging Environment gramming techniques helps to has extended the language to (SADE'"). Applications built reduce development time while support the Macintosh Toolbox using MPW C++ can be com­ increasing the reliability of the piled to run on the complete resulting applications. line of Apple® Macintosh Features Bene.fits Support for object-oriented Reduces development time. programming Makes it easier to maintain applications. Increases the reliability of applications. Facilitates the creation of reusable code. Offers a better model forbuilding applications than procedural programming can provide. � Based on AT&T Provides data abstraction, multiple inheritance, Release 2.0 C++ and message-passing capabilities. Offers operatoroverloading and protected variables within classes. Provides strong type-checking forC-based applications. Extensions for the Supplies full access to the Macintosh Toolbox Macintosh environment and operating system. Supports Object Pascal functions and procedures, forcompatibility with MacApp. Provides access to SANE fornumerical accuracy. Supports SADE forsource-level debugging. Includes Apple's Commando interfacefor ease of use. CFront tool is integrated Includes the MPW C scanner and preprocessor. with MPW C Allows MPW C++ to produce tokenized C result­ ing in reduced build times. Support for multilingual Lets you call Object Pascal functions and Applications procedures fromMPW C++. Allows C++ to be used with MacApp, further enhancing the programmer'sproductivity. � Sample programs Provides examples of two stand-alone, MultiFinder-compatible applications. Provides an example of an MPW tool that is written in C++. Can be used as a learning aid or as the foun­ dation foractual applications and tools. Product Details Object-Oriented Language Extensions applications and MPW tools. During com­ C++ and MacApp The MPW C++ system offers object-oriented pilation, MPW C++ can create the symbol MacApp provides an object-oriented programming to programmers using C. Mul­ files that are needed by SADE to debug C++ frameworkthat implements the standard tiple inheritance, operator overloading, and applications at the C++ source code level. Macintosh user interface,including scroll­ protected variables and members within This allows the powerfulscripting lan­ able, resizable windows and multipage classes are but a few of the object-oriented guage of SADE to be harnessed by C++ printing. MacApp fosters developmentof facilitiesof MPW C++. programmers during the development robust, professional-quality applications cycle, to furtherincrease application relia­ by providing you with extensive memory C++ Translator bility and decrease development time. management support, exception-handling C++ source code is translated to C source SADEis available fromAPDA. mechanisms, support for "undo" com­ code by the CFront tool. The resulting C mands, and a large body of ready-to-use, source code is then compiled by MPW C. Libraries high-quality code that can be inherited All of this is "automated" by CPlus, an MPW MPW C++ includes libraries forcomplex by your application. script provided with MPW C++. CPlus calls math and I/0 stream processing. Apple has A futurerelease of MacApp will allow both CFront and MPW C, passing appropri­ completely redone the Complex library. It programmers to use C++ in place of Object ate parameters. This results in a complete retains the functionalityof AT&T's Complex Pascal. This will be accomplished through compilation of C++ source code. library and expands on it, using SANE as the use of special C++ interface files,since MPW C++ uses the same preprocessor the basis forsuperior numerical accuracy. MPW C++ can call Object Pascal-based and scanner as MPW C. This allows MPW Unmangler procedures and functions.These special C++ to output tokenized C source code Error messages produced while linking interfacefiles will be offeredseparately. (as well as "standard" C source code), that C++-based files canbe very cryptic. MPW For more information on MacApp, reduces the build times typically associated C++ comes with a tool forconverting these refer to the MacApp data sheet (order with C++. "mangled" error messages into messages number M0243LL/A) or contact APDA. MPW C is available fromthe Apple that are much easier to read. Also included Programmers and Developers Association Training and Support is a resource foruse with the MacsBug that (APDA' ). Apple offers courses in C++ programming. " allows MacsBug debugger to unmangle For details, please contact: Source Level Debugging C++ function names. Registrar MPW C++ works with Apple's Symbolic Sample Programs Apple Developer University Application Debugging Environment Three sample programs are included 20525 Mariani Avenue, MIS 75-2B (SADE). SADE can be used at either the with MPW C ++. Two of them are com­ Cupertino, CA 95014 source or the assembly level to debug plete Macintosh applications and the (408) 974-6215 third is a counting tool for MPW.These AppleLink®: DEVUNIV samples make excellent starting points forthe development of other applica­ tions and tools. Macintosh Programmers Wo rkshop C++ System Requirements To use MPW C++ you will need AnApple Macintosh Plus, Ahard disk the following: Macintosh SE, or Macintosh II Macintosh system software personal computer with at least 6.0.2 or later 2 MB RAM ( 4 MB or more high­ MPW v.3.0 or later ly reconunended). A 68020 MPW C v.3.0 or later or 68030 microprocessor is recommended. Ordering Information MPWC++ v.3.lBl With your order, you'll receive: Macintosh Programmer's APDA Order No. M0346LL/A Two disks containing the Wo rkshop C++ Reference Macintosh Programmer's AT&TC++ Release 2.0 Wo rkshop C++ translator, C++ Product Reference interfacesand libraries, an un­ AT&TC++ Release 2.0 mangler forCFront error mes­ LibraryMa nual sages, and sample programs. AT&TC++ Release 2.0 Selected Readings Apple Programmers Apple Computer, Inc. AppleLink®: APDA and Developers 20525 Mariani Avenue, MIS 33G CompuSe1ve: 766,2045 Association Cupertino, CA 95014 MCI: Postrom TIX: 171-576 Fax: (408) 562-3971 800-282-APDA GEnie: A.DEVELOPER3 (800-282-2732) Apple Computer, Inc. 20525 Mariani Avenue © 1989 Apple Computer, Inc. Apple, the Apple logo, AppleLink, MacApp, Macintosh, and SANE are registered trademarks of Apple Computer, Inc. APDA, MPW, and SADE are trademarks of Apple Cupertino, CA 95014 Computer, Inc. CompuServe is a registered service mark of CompuServe, Inc. GEnie is a trademark (408) 996-1010 of General Electric Company. MCI is a registered service mark of MCI Communications Corporation. September 1989. Product specificationsare subject to change without notice. Printed in U.S.A. TIX: 171-576 M9005LL/A .
Recommended publications
  • Mac OS 8 Update
    K Service Source Mac OS 8 Update Known problems, Internet Access, and Installation Mac OS 8 Update Document Contents - 1 Document Contents • Introduction • About Mac OS 8 • About Internet Access What To Do First Additional Software Auto-Dial and Auto-Disconnect Settings TCP/IP Connection Options and Internet Access Length of Configuration Names Modem Scripts & Password Length Proxies and Other Internet Config Settings Web Browser Issues Troubleshooting • About Mac OS Runtime for Java Version 1.0.2 • About Mac OS Personal Web Sharing • Installing Mac OS 8 • Upgrading Workgroup Server 9650 & 7350 Software Mac OS 8 Update Introduction - 2 Introduction Mac OS 8 is the most significant update to the Macintosh operating system since 1984. The updated system gives users PowerPC-native multitasking, an efficient desktop with new pop-up windows and spring-loaded folders, and a fully integrated suite of Internet services. This document provides information about Mac OS 8 that supplements the information in the Mac OS installation manual. For a detailed description of Mac OS 8, useful tips for using the system, troubleshooting, late-breaking news, and links for online technical support, visit the Mac OS Info Center at http://ip.apple.com/infocenter. Or browse the Mac OS 8 topic in the Apple Technical Library at http:// tilsp1.info.apple.com. Mac OS 8 Update About Mac OS 8 - 3 About Mac OS 8 Read this section for information about known problems with the Mac OS 8 update and possible solutions. Known Problems and Compatibility Issues Apple Language Kits and Mac OS 8 Apple's Language Kits require an updater for full functionality with this version of the Mac OS.
    [Show full text]
  • A/UX® Toolbox: Macintosh® ROM Interface
    A/UX®Toolbox: Macintosh®ROM Interface .® A/UX® Toolbox: Macintosh® ROM Interface 030-0787-A • APPLE COMPUTER, INC. © 1990, Apple Computer, Inc. POSTSCRIPT is a registered trademark, All rights reserved. and Illustrator is a trademark of Adobe No part of this publication may be Systems, Incorporated. reproduced, stored in a retrieval UNIX is a registered trademark of system, or transmitted, in any form or AT&T. by any means, mechanical, electronic, Simultaneously published in the photocopying, recording, or United States and Canada. otherwise, without prior written permission of Apple Computer, Inc. Printed in the United States of America. The Apple logo is a registered trademark of Apple Computer, Inc. Use of the "keyboard" logo (Option­ Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple Computer, Inc. 20525 Mariani Ave. Cupertino, California 95014 (408) 996-1010 Apple, the Apple logo, AppleLink, AppleShare, AppleTalk, A!UX, LaserWriter, LocalTalk, Macintosh, MacTCP, MPW, MultiFinder and SANE are registered trademarks of Apple Computer, Inc. APDA, Finder, MacX, QuickDraw, ResEdit and SuperDrive are trademarks of Apple Computer, Inc. Ethernet is a registered trademark of Xerox Corporation. ITC Garamond and ITC Zapf Dingbats are registered trademarks of International Typeface Corporation. Microsoft is a registered trademark of ¥icrosoft Corporation. NuBus is a trademark of Texas Instruments. 030-0787-A LIMITED WARRAN1Y ON MEDIA Even though Apple has reviewed this AND REPLACEMENT manual, APPLE MAKES NO WARRANTY OR REPRESENTATION, If you discover physical defects in the EITHER EXPRESS OR IMPLIED, manual or in the media on which a WITH RESPECT TO THIS MANUAL, software product is distributed, Apple ITS QUALITY, ACCURACY, will replace the media or manual at MERCHANTABIllTY, OR FITNESS no charge to you provided you return FOR A PARTICULAR PURPOSE.
    [Show full text]
  • Compileit! •••.••....•.••.••••.•.•..•...••.•.....•.• 119
    Compilelt! The XCMD Development System The XCMD Development System User Manual For Technical Support Call 510-943-7667 Monday-Friday, 9 am - 5 pm Pacific time Helzer Software Compilelt! User Manual ©1990-94 Heizer Software. All Rights Reserved. Rev. 5/95 Copyright Notice You are permitted, even encouraged, to make one backup copy of the enclosed programs. Beyond that is piracy and illegal. The software (computer programs) you purchased are copyrighted by the author with all rights reserved. Under the copyright laws, the programs may not be copied, in whole or part, without the written consent of the copyright holder, except in the normal use of the software or to make a backup copy. This exception does not allow copies to be made for others, whether or not sold, but the material purchased (together with all backup copies) may be sold, given, or loaned to another party. Under the law, copying includes translating into another language or format. You may use the software on any computer owned by you, but extra copies cannot be made for this purpose. If you have several computers requiring the use of this software, we are prepared to discuss a multi-use or site license with you. Compilelt! ©1989-1994 Tom Pittman. All Rights Reserved. Debuglt! ©1991-1994 Tom Pittman. All Rights Reserved. Compilelt! User Manual ©1990-94 Heizer Software. All Rights Reserved. No part of this document and the software product that it documents may be photocopied, reproduced, or translated to another language without the express, written consent of the copyright holders. The information contained in this document is subject to change without notice.
    [Show full text]
  • Airplay MP Release 4.0 Release Notes
    AirPlay¨MP These release notes pertain to AirPlay MP Release 4.0. This document describes compatibility issues with previous releases, hardware and software requirements, software installation instruc- tions, and summary information on system and memory require- ments. This document also lists Þxed bugs and all known remaining bugs or limitations. Contents Symbols and Conventions . 3 New Features in Release 4.0. 4 Hardware and Software Requirements . 4 System . 4 Disk Drives . 4 Boards . 4 Boards . 5 Compatibility with Prior Releases . 5 Compatibility with Other Avid Products. 6 Compatibility with ITU-R BT.601 (CCIR601) and SMPTE 125 . 6 Installing the Software . 7 Updating the Macintosh System Software . 7 Installing the AirPlay MP Software. 7 Checking the Installation . 11 Configuration Settings . 12 1 Configuring Memory. 12 Configuring the Color Settings . 13 Setting the Avid Project Folder as Default . 14 Software Files and Utilities . 14 Documentation Changes . 17 Phone Number Change. 17 Fixed Bugs in Release 4.0 . 18 Known Bugs . 20 2 Symbols and Conventions These release notes use the following special symbols and conven- tions: Look here in the margin In the margin you will Þnd tips that help you perform tasks more eas- for tips. ily and efÞciently. ✔ A check mark indicates a bug that has been Þxed. ✘ An X indicates a known bug or limitation. Where appropriate, a workaround is provided. n A note provides important related information, reminders, recommendations, and strong suggestions. c A caution means that a speciÞc action you take could cause harm to your computer or cause you to lose data. w A warning describes an action that could cause you physical harm.
    [Show full text]
  • Apple Macintosh Historical Commentary Some Comments
    Apple Macintosh Historical Commentary Some Comments about Developing Applications for the Apple Macintosh 128 Computer from a 20 Year Perspective David T Craig 941 Calle Mejia # 1006, Santa Fe, NM 87501 USA [email protected] • (505) 820-0358 09 January 2004 o OVERVIEW This commentary contains my recollections about developing 3rd party software for the Apple Macintosh computer during the years 1984 to 1986. This paper was written as my contribution to the Macintosh's 20th anniversary celebrations in February 2004. During this time I worked for a small company in Wichita Kansas called PPP Inc. (PPP or P3 = Programs for Professional People) which developed a new Macintosh application for the stock market named The Investor. This application was written in Lisa Pascal and contained around 50,000 lines. I and another individual designed the program, I implemented it. The original Macintosh (called the "Macintosh 128" since it had 128K bytes of memory) provided a fascinating development and application environment which I enjoyed immensely. The Macintosh's rich ROM-based software toolbox in a 64K byte ROM along with the machine's small footprint and superbly clear screen display made the Macintosh a wonderful application platform. o SOFTWARE DEVELOPMENT USING THE LISA WORKSHOP ENVIRONMENT Macintosh development in the early days (circa 1983-1985) was done using the Apple Lisa computer and its Lisa Workshop development environment. I originally used a Lisa 2/5 model which contained 1M byte of RAM, an internal 400K 3.5" Sony floppy drive, and an external 5M byte ProFile hard drive (yes, 5M as in mega bytes was considered a rather large drive in those days).
    [Show full text]
  • On RAMSES Version 3.0
    ! On RAMSES Version 3.0 Research Aids for Modeling and Simulation of Environmental Systems ! What is RAMSES? RAMSES is a huge modeling and simulation environment containing many, many tools useful for a large number of purposes also different from modeling and simulation, such as macro editors, compilers, statistical tools etc. To learn more about RAMSES install it Þrst (instructions below) and read the on-line helps. This RAMSES release does also contain many documentations ready to be printed. RAMSES has a home page at http://www.sysecol.ethz.ch/RAMSES/ Its relationship to our research is described at http://www.sysecol.ethz.ch/Research.html#RAMSES and in several publications referenced at http://www.sysecol.ethz.ch/Publications.html. af, dg / ETH Zurich ! !( Last modiÞed 26/07/2006 ) You can read this text also after having downloaded the RAMSES software. It is contained in the Þle "On RAMSES (READ ME!)". ! How to get RAMSES? The newest version of the RAMSES software package can be obtained via the Internet at site http://www.sysecol.ethz.ch/SimSoftware/ at no charge (courtesy ETHZ). Alternatively you can also get RAMSES via anonymous internet Þle transfer ftp (File Transfer Protocol) from the host ftp://atitlan.ethz.ch/pub/mac/RAMSES For your convenience RAMSES is available in form of compressed Þles. Our download site at http:// www.sysecol.ethz.ch/SimSoftware/#RAMSES offers RAMSES as a single Þle. It is compressed in the standard StuffIt format. Moreover, you don't even need StuffIt Expander to unpack it, since it comes as a so- called self-extracting archive (extension ".sea").
    [Show full text]
  • Developer Tools Express'"
    '" Developer Tools Express I Announcing Your Convenient Source For MacApp® v. 2.0 At Apple, we believe that object­ Apple Development Products oriented programming offers the path to superior programs at a time when programs continue to grow larger and more complex. To win big in OOP, you must have a great class Look Inside For ... library-MacApp is the best class library available for programming the Macintosh®. MacApp was designed to enable Apple ®products, such as MPW, programmers to create full-featured Macintosh applications efficiently. Now with MacApp Macintosh Allegro Common Lisp, 2.0, we provide you with even more freedom to TM create the parts of your application that are ® MacApp, MacTCP , and MacX25 unique. And the new MacApp 2.0 CD-ROM makes installation easier, too. MacApp helps you work more pro­ Third-party programming tools, ductively, because your application can "inherit" the behavior of a standard Macintosh including THINK C, TMON, and application directly from MacApp code and you can override the parts you wish to customize. AppMaker With MacApp and less than a page of your code, you have a complete Macintosh applica­ tion that creates windows, interprets mouse clicks, handles desk accessories, prints files, Apple Technical Library books, and supports every other standard feature a Macintosh application is likely to have. It is the such as Inside AppleTalk and object-oriented programming techniques that give MacApp much of its power. Human Interface Guidelines To develop MacApp applications, you will need a Macintosh computer with at least 2MB of RAM, a hard disk drive, MPW® Development Environment v.
    [Show full text]
  • Python Library Reference, Macintosh Addendum Release 1.5.1
    Python Library Reference, Macintosh addendum Release 1.5.1 Guido van Rossum April 14, 1998 Corporation for National Research Initiatives (CNRI) 1895 Preston White Drive, Reston, Va 20191, USA E-mail: [email protected], [email protected] Copyright c 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the names of Stichting Mathematisch Centrum or CWI or Corporation for National Research Initiatives or CNRI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. While CWI is the initial source for this software, a modified version is made available by the Corporation for National Research Initiatives (CNRI) at the Internet address ftp://ftp.python.org. STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT- NESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULT- ING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLI- GENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Abstract Python is an extensible, interpreted, object-oriented programming language. It supports a wide range of applica- tions, from simple text processing scripts to interactive WWW browsers.
    [Show full text]
  • Service Source K
    K Service Source Macintosh System 7.6.1 Update Changes and improvements, Known problems Macintosh System 7.6.1 Update - 1 Document Contents • Introduction • Delivery of Mac OS 7.6.1 • Changes and Improvements from Mac OS 7.6 – Process Manager – CFM-68K Runtime Enabler – Memory Manager – Drivers – Miscellaneous • New CPU Support • Updated Components • Known Problems • General Note on Compatibility Macintosh System 7.6.1 Update Introduction - 2 Introduction With the release of MacOS 7.6, Apple completed the first step of our incremental release strategy for the Mac OS. This strategy calls for annual reference releases (full standalone installations sold in retail channels) with updates in between. Mac OS 7.6.1 is the next step in the execution of this strategy. This update to Mac OS 7.6 has two main goals: 1 Improve stability through bug fixes. 2 Make the features of Mac OS 7.6 available to recently introduced computers which are not supported by the initial release. This update is not intended to deliver any new features, nor does it deliver updates to technologies already available through download sites on the Internet and online services. Macintosh System 7.6.1 Update Delivery of Mac OS 7.6.1 - 3 For a detailed description of Mac OS 7.6, see Macintosh System 7.6 Update (path: Troubleshooting/HW-SW Procedures). Delivery of Mac OS 7.6.1 Mac OS 7.6.1 Update on Floppy Disk Mac OS 7.6.1 Update will be available on four floppy disks. This update will only install on computers running Mac OS 7.6.
    [Show full text]
  • This Technote Discusses Changes and Corrections in the Next Generation of the Mac OS Operating System, Mac OS 8
    This Technote discusses changes and corrections in the next generation of the Mac OS Operating System, Mac OS 8. This system follows Mac OS 7.6.1 and contains several new and revised features. Mac OS 8 offers improvements and/or new features in the following areas: Multi-threaded Finder Virtual Memory performance AppleScript execution time Application launch times System startup time User interface facilities CONTENTS Hardware Requirements Installation Control Panels (Continued) Finder 8.0 Location Manager 1.0.2 Apple Event Changes Mac OS Easy Open AppleScript Changes Memory 7.5.8 New Drag Flavors Monitors & Sound1.3 Other Finder 8 Facts Startup Disk 7.6.1 Inside the System file Users and Groups 8.0 Native CPU Family Gestalt Web Sharing 1.1 Alias Manager System Extensions ATA Manager 4.0 Appearance Extension 1.0 Code Fragment Manager 68K4.0 Apple CD-ROM 5.4 Collection Manager1.1 Apple Guide 2.2.1 Communications Tool Box AppleScript 1.1.2 Control Manager AppleShare WorkstationClient 3.7.1 Desktop Manager Color Picker 2.1 Device Manager Contextual MenusExtension 1.0 Dialog Manager FireWire 1.0 Disk InitializationPackage Mac OS Runtime forJava 1.02 FKEYs ObjectSupportLib 1.2 File Manager OpenDoc 1.2.1 File System Manager Open Transport 1.2 Folder Manager Open Transport/PPP1.0.1 Font Manager QuickTime 2.5 Help Manager QuickTime MPEG Extension 1.0 List Manager QuickTime MusicalInstruments Extension 2.5 Memory Manager QuickTime VR 2.0.1 Menu Manager QuickDraw 3D 1.5 1 ObjectSupportLib 1.2 QuickDraw GX 1.1.6 Process Manager Speech Manager 1.5 Serial Driver Text Encoding Converter 1.2 Script Manager 8.0 Apple Extras SCSI Manager Cyberdog 2.0 Sound Manager Apple Remote Access Client2.1 StdCLib 3.4.4 Assistants Virtual Memory Manager Mac OS Setup Assistant1.0 Apple Developer Utilities Window Manager MacsBug 6.5.4 WorldScript Power Adaptor7.5.3 System Picker 1.1 Apple Menu Items Items no longer supported Apple System Profiler1.2 Color control panel Connect To..
    [Show full text]
  • Airplay MP 3.9 Release Notes Rev C
    AirPlay® MP Release 3.9 Release Notes These release notes pertain to Avid AirPlay MP Release 3.9v3. This document lists the hardware and software requirements for this release, and describes its new features and compatibility with other Avid applications. This document also gives installation and conÞgu- ration instructions, lists the documentation that accompanies the release, and provides supplementary documentation and a glossary. Contents Symbols and Conventions . 7 If You Need Help . 8 New Features in AirPlay MP 3.9 . 9 Arming Window. 9 GPI Triggers in External Events . 9 Reserved Disk for Record . 9 Hardware and Software Requirements . 10 System. 10 Disk Drives . 10 Boards . 10 AirPlay MP Compatibility with Other Avid Products. 11 ABVB Compatibility with ITU-R BT.601 (CCIR601) and SMPTE 125M. 11 Support for Product Models and Subsystems . 11 Supported Product Models . 11 Part 0130-01158-01 Rev. C 2 Release 3.9 Release Notes Unsupported Product Models . 12 Supported External Subsystems . 12 Unsupported External Subsystems. 13 Supported Software Utilities . 13 Unsupported Software Utilities. 13 Documentation for AirPlay MP 3.9 . 13 Installing the Software . 14 Installing the Macintosh Operating System. 14 Installing the AirPlay MP Software . 14 Installing the AirPlay MP Software the First Time . .15 Reinstalling AirPlay MP Software . .17 AirPlay MP Installation Results . .19 Installing the AVIDinit Extension . .21 Installing VScanner on a Multichannel System . .22 Checking the Installation . .23 Software Files and Utilities . 25 Before You Use AirPlay MP . 28 Configuring the Audio Hardware. 29 Configuring the Macintosh Computer . 30 Allocating AirPlay MP Application Memory . .30 Selecting a Printer from the Chooser .
    [Show full text]
  • Apple Confidential 2.0 the Definitive History of the World's Most Colorful
    vi Reviewers love Apple Confidential “The Apple story itself is here in all its drama.” New York Times Book Review “An excellent textbook for Apple historians.” San Francisco Chronicle “Written with humor, respect, and care, it absolutely is a must-read for every Apple fan.” InfoWorld “Pretty much irresistible is the only way to describe this quirky, highly detailed and illustrated look at the computer maker’s history.” The Business Reader Review “The book is full of basic facts anyone will appreciate. But it’s also full of interesting extras that Apple fanatics should love.” Arizona Republic “I must warn you. This 268-page book is hard to put down for a MacHead like me, and probably you too.” MacNEWS “You’ll love this book. It’s a wealth of information.” AppleInsider “Rife with gems that will appeal to Apple fanatics and followers of the computer industry.” Amazon.com “Mr. Linzmayer has managed to deliver, within the confines of a single book, just about every juicy little tidbit that was ever leaked from the company.” MacTimes “The most entertaining book about Apple yet to be published.” Booklist i …and readers love it too! “Congratulations! You should be very proud. I picked up Apple Confidential and had a hard time putting it down. Obviously, you invested a ton of time in this. I hope it zooms off the shelves.” David Lubar, Nazareth, PA “I just read Apple Confidentialfrom cover to cover…you have written a great book!” Jason Whong, Rochester, NY “There are few books out there that reveal so much about Apple and in such a fun and entertaining manner.
    [Show full text]