TweetFollow Us on Twitter

Apr 90 Letters
Volume Number:6
Issue Number:4
Column Tag:Letters

Great Books for Developers

By David E. Smith, Editor & Publisher, MacTutor

Bring out the books

Kirk Chase

Anaheim, CA

As assistant editor, I am constantly asked, “what product could help me ?” Now MacTutor’s library of books is fairly extensive. The trouble with technical computer books is that they get out of date rather quickly. This problem has lessened some as the Mac becomes more standard in its routines. Coming out on the market (which you’ll find right about now in bookstores when you read this) are a number of books that will no doubt find themselves in every developer’s library.

Addison-Wesley has a number of books released or soon to be released. Macintosh® Inside Out is a new series of books covering the evolving Macintosh technology. The first two deal with object oriented programming (does anyone not know of OOP’s importance?). The first book by David A. Wilson, Larry S. Rosenstein, and Dan Shafer (very well known and well respected individuals) is called Programming with MacApp®. This book covers OOP using MPW, Object Pascal, and the MacApp class library. The book will also be available in a book/disk package.

The second book, due out in August, is by an equally known author, Dan Weston. The book is entitled Elements of C++ Macintosh Programming. This book will cover the C side of MacApp.

If this were not enough, there are two books already out by Addison-Wesley that I highly recommend. The first is called On Macintosh Programming: Advanced Techniques. This book written by Daniel K. Allen. In it, Mr. Allen gives example after example of useful tools and applications. Another book out is Macintosh Programming Primer by Dave Mark and Cartwright Reed. This book covers THINK C as a way to the toolbox. Anyone wishing to work in this fine environment has found accessing the toolbox a little tricky. This book should bring you up to speed.

It is quite evident as to the commitment of Addison-Wesley in providing high quality, technical books for the Macintosh developer.

File Manager never passes back ioNamePtr

S.C. Kim Hunter

Laguna Hills, CA

Steve Brecher (Letters, MacTutor, Jan 90, INITs in Pascal or C) made a point that is worth re-emphasizing. The File Manager NEVER passes a pointer back in ioNamePtr for any of the File Manager calls. Inside Macintosh is a bit misleading so that someone not quite up to speed can get faked out, as I was when I first attacked the File Manager, and as was the writer of the C Workshop INITs article in the Oct 89 MacTutor on which Steve was commenting.

In the description of the function PBGetVol, Inside Macintosh, page II-104, says: “PBGetVol returns the name of the default volume in ioNamePtr...”. Inside Macintosh, page IV-131, attempted to clarify that with: “PBGetVol returns a pointer to the name of the default volume in ioNamePtr...”. Both are misleading. Also the parameter block arrows drawn for PBGetVol and PBHGetVol show ioNamePtr’s arrow pointing to the left, suggesting a pointer is returned. (Other calls with left arrows are PBGetWDInfo and PBGetFCBInfo, and some show both directions). Until I figured out that this is misleading, I thought that the File Manager was allocating memory and passing the POINTER back. Many erratic crashes ensued using calls when I didn’t care about the name.

PBGetVol doesn’t return anything in ioNamePtr. Both volumes should state: “PBGetVol returns the name of the default volume in the address pointed to by ioNamePtr (unless ioNamePtr is NIL)...” Before using ANY File Manager low level calls, you must either set ioNamePtr to NIL or allocate memory for a Str255 and put the pointer into ioNamePtr. This is clearly stated on Inside Macintosh pages II-88 and IV-104.

I enjoyed both INITs articles and Steve Brecher’s comments.

In Search Of Macintalk

Steve Halls, M.D.

#303, 3837 Luther Place

Saskatoon, Saskatchewan

Canada, S7H 4B1

Can your readers help me locate and contact Joseph Katz and Mark Barton, the programmers who created Macintalk? I would like to hear the story behind its development, and how it ended up “unsupported” by Apple. (I understand that Apple does not have the source code.)

Secondly, have any of your readers had experience on other computer systems where there is a significant component of “speech” in the user interface? I would like to know what kinds of spoken interaction are friendly and helpful, and what is redundant.

I am the creator of Talking Moose (currently at v2.3), and for the upcoming System 7, I plan to modify that technology into a background application, providing a general speech and face animation facility. (Applications could request speech by sending messages using the Inter-Application-Communication.) And I want to include some plug-in modules for new abilities such as: talking to the user by name, saying Thank-you where appropriate, and calendar/time reminders. What other uses for speech have your readers thought of?

Modula 2

Thorsten Kramp

West Germany

First of all I want to thank you and the MacTutor team for the best Macintosh Magazine available all around the world (I subscribed via Pandasoft, Berlin); every article contains valuable information and is interesting and entertaining to read. But now I have a question and I hope anybody at MacTutor may give me a hint.

First of all I programmed a few years ago in good old Turbo Pascal before I switched to THINK C about a year ago. I’m completely satisfied using C but when I’ll start computer sciences in October, I’ll need a Modula-2 compiler. Well, I couldn’t find a contributing editor specialized in Modula-2. So I hope you can recommend one Modula-2 compiler for the Macintosh; I’m using a Macintosh SE/30 4/40. I read about three current available compilers. Apple Germany also distributes a Modula-2 Compiler with its MPW, but it’s quite expensive because I don’t own the MPW Shell at the moment (about 1100,00 marks - about 500-550 dollars I would guess). Is it worth the money? Please give me a hint to get the right Modula2 Compiler, thank you very much.

[Unfortunately, I do not have much experience with all the different compilers on the market. Maybe some of our readers can be a help with their suggestions.

Might I suggest you contact MetroWerks at Mail Stop #95, Hudson Heights, Quebec, Canada J0P 1J0. Their standalone compiler is only $179. They have a version for MPW ($150 alone and $275 with the MPW) They also have a Start Pack for $39 which would give you a flavor of their compiler. Their phone number in Canada is 514-458-2018. -ed]

True Basic Contest Winners

Kirk Chase

Anaheim, CA

In West Lebanon, New Hampshire, True Basic just finished their 1st Annual Best-of-Basic Contest. Almost fifty entries using Macintosh, IBM, Amiga, and other platforms competed for $1500 in prizes.

The winner was Eugene Zaustinsky, a professor of mathematics at SUNY/Stone Brook. His entry was called Plotsurf and was under the Educational Applications category. His application plots graphs of the function z=f(x,y) and shows level curves, gradient vector fields, partial and directional derivatives.

Mouser for THINK C

Greg Poole

Fairfield, IA

There is a SmallTalk-like browsing tool out there called Mouser which makes learning the THINK C Class library much easier to learn and deal with. The most recent incarnation of Mouser is 1.2d5, and it is available on AppleLink in the MacApp discussion folder; it may also be available on CompuServe, but I am not sure about this. Mouser is written by Mary Boetcher of Apple Computer using MacApp and is primarily used for browsing (or Mousing) Apple’s MacApp and C++ files, but it can be “fooled” into parsing THINK C 4.0 code with the following changes to your files.

Here is the latest on how to get Mouser 1.2d5 to work with THINK C 4.0.

1. Add the following macro just before the definition of CObject in CObject.h:

/* 1 */

#define class  struct/* macro for Mouser */
struct CObject:indirect /* Class Declaration */
{
 
}

Since CObject.h eventually gets included in all compilations, the macro will be globally available.

2. Change all header files in THINK C folder Core Headers and More Headers by replacing ‘struct’ with ‘class’:

/* 2 */

class CObject:indirect    /*Class Declaration */
{
 
}

Since all members of THINK C classes are public, there is no need to add the ‘public:’ qualifier before the instance variables and methods.)

3. From now on, use ‘class’ instead of ‘struct’ when creating new classes /subclasses.

4. Recompile your project to verify that the macro definition has not goofed anything up. Now it’s time to Parse! Start up Mouser, Cancel the opening dialog box, then choose C++ from the Parse menu. Next choose New Parse from the File menu. Parse all the files in the Core Classes, Core Headers, More Classes, More Headers, and of course the headers and C files of the application you are currently working on.

5. To keep your Mouser browse file up to date, just Reparse your application header and C source from time to time. Once you’re hooked on browsing, you’ll never want to program in the dark again.

Thanks again to Mary Boetcher for making Mouser available.

[This points out the lack of modifiable environment that THINK has. The tools in MPW help make it rich. And there are scores of tools for MacApp. Yet THINK’s superb environment lacks a simple tool interface. Anyone? Anyone at all? -ed]

MacPro™

key tronic®

P.O. Box 14687

Spokane, WA 99214

A new keyboard has just entered the race against third party product Mac-101 by DataDesk. The MacPro by key tronic offers a 105 key board with adjustable legs. It sports a large "L" return key ending the fumble time. It is also packaged with Tempo II, a macro driver. This keyboard has dual IBM and Mac legends and an LED "power on" indicator. The keyboard retails for $197.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.