Xref: utzoo comp.lang.c++:13656 comp.sys.mac.misc:12523 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!well!nagle From: nagle@well.sf.ca.us (John Nagle) Newsgroups: comp.lang.c++,comp.sys.mac.misc Subject: Re: Zortech C++ for Mac still shipping with incomplete MPW Keywords: Cmarker, Projector, MacsBug, Zortech, MPW Message-ID: <25006@well.sf.ca.us> Date: 24 May 91 17:23:37 GMT References: <24986@well.sf.ca.us> Distribution: comp Lines: 35 I previously wrote: > At least the following parts of MPW are still missing: > - The Installer > - Cmarker > - Projector > - MacsBug > - SADE > - ResEdit This needs to be corrected. Projector is part of the MPW shell, and is present. Apple (d/b/a APDA) considers MacsBug, SADE, and ResEdit to now be separate products from MPW, even though the MPW manuals indicate that they are part of MPW. APDA is only shipping MPW 3.1, because of some system 7 compatability problems, so they aren't sure if CMarker is part of MPW. The Installer for MPW is definitely still missing, but it's not essential to installation. Zortech says that their file "streams.hpp" can be used in place of the missing "iostream.h". On the compiler itself, the code looks good, but not great. All the heavy global optimizations documented in the manual seem to be working. "inline", though, is apparently ineffective in this release. Code is always generated for the 68000/no coprocessor case; turning on 68020 or math coprocessor code generation with the ZTC Build File maker produces a warning note that these aren't implemented yet. So far, everything compiled has run without error, including some large class libraries. There are rough edges, but Zortech has done the hard parts right. I look forward to the next release. Zortech has a good track record on fixing bugs quickly. John Nagle