TweetFollow Us on Twitter

Jan 85 Letters
Volume Number:1
Issue Number:2
Column Tag:Letters to The Editor

Letters to The Editor

Dr. Dobbs Look-alike

Thank you for the sample issue, I’m sold. So start my subscription with the next issue. Please find enclosed my check for $24. Please keep up the good work, your current issue looks very much like the first few issues of “Dr. Dobbs”. I think you have great potential to make “MacTech” a very slick publication.

- Andrew A. Koran

Albuquerque, NM

Thanks! We want to be the Dr. Dobbs of the Mac world. -D.S.

Modula-2 Support?

I picked up a copy of the December issue of MacTech at the Apple booth at Comdex. Terrific! Please find enclosed a check in the amount of $24 for a one year subscription, to start with the January issue, if possible. I am anxiously awaiting the arrival of my copy of MacPascal and would like to eventually move to Modula-2. I would greatly appreciate your providing coverage of this language too, once it becomes available. Thanks for the much needed publication.

- James E. Miller

Marshall, VA

We’re considering it. -D.S.

ICON CONVERTER IN C

Here’s a program to convert icons to resource format written in Aztex C. It must be run from the Aztec C shell, as I don’t have the upgrade from Manx Software that allows programs to be runnable from the finder yet.

The problem with icon design is that the icon editor saves icons as 128 bytes of binary data, the bit pattern, which represents the icon, in the data fork of a file. The icon as a resource is 128 bytes of binary data plus header, in the resource fork. The “human readable” format is ascii hex in a format suitable for a resource compiler. The enclosed program in Aztec C, reads icons from a list of files, and outputs resource compiler input format. A typical use of the program would be: iconRes*.icon>icon.res which would read all the “.icon” files and write them to “icon.res”.

- David Dunham

Goleta, CA

#include <stdio.h>
#include <fcntl.h>
#define NEWLINE ‘ \n’

main(argc,argv) int argc; char *argv[]; {
 int    f, i;
 char bufr[128];
 int    fil;

 for (f=1; f < argc; f++) {
 fil = open (argv[f],O_RDONLY);
 read(fil,bufr,128);
printf(“    RSRC ICON,%d,32,\”%s\””,f,argv[f]);
 for (i=0; i<=127; i++) {
 if ((i % 16) == 0) fputs(“\n      HEX “,stdout);
if ((i % 4) == 0 && (i % 16) != 0) putchar(‘_’);
 puthex(bufr[i] & 0xFF);
 }
 puts(“ \n   ENDR”);
 close(fil);
 }
}
puthex(byte) int byte; {
 put_digit(byte / 16);
 put_digit(byte % 16);
}
put_digit(nibble) int nibble; {
 if (nibble < 10)
    putchar(‘0’ + nibble);
 else
    putchar(‘A’ + nibble - 10);  }

Comdex Report

from The Mousehole

A Mac BBS by Rusty Hodge

One thing that was very nice to see was a “almost” release version of Microsoft Word. It was fast, and I mean fast!

- Mac Scotty

The BIG news is from a company called General Computer. They announced a Mac mod called HyperDrive, which is a RAM expansion to 512K, and the installation of a 10 meg hard disk with the controller INSIDE THE MACINTOSH. This allows direct booting from the hard disk, free modem port, no serial I/O to slow things down, and no external box to carry around. Price is $2,795 on a 128K machine or $2195 on a 512K machine. They do the installation or you can buy a kit from your dealer.

Jazz from Lotus is supposed to ship March 1985. It’s excellent. Five applications can be open at once. Spreadsheets can be pasted to charts, which can be pasted to word processing. But the real killer is when the spread- sheet was updated, the chart in the word proc- essor changed! That’s the first time word processing has been dynamically linked to a spreadsheet.

- SILVER SEE

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Combo Quest (Games)
Combo Quest 1.0 Device: iOS Universal Category: Games Price: $.99, Version: 1.0 (iTunes) Description: Combo Quest is an epic, time tap role-playing adventure. In this unique masterpiece, you are a knight on a heroic quest to retrieve... | Read more »
Hero Emblems (Games)
Hero Emblems 1.0 Device: iOS Universal Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: ** 25% OFF for a limited time to celebrate the release ** ** Note for iPhone 6 user: If it doesn't run fullscreen on your device... | Read more »
Puzzle Blitz (Games)
Puzzle Blitz 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: Puzzle Blitz is a frantic puzzle solving race against the clock! Solve as many puzzles as you can, before time runs out! You have... | Read more »
Sky Patrol (Games)
Sky Patrol 1.0.1 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0.1 (iTunes) Description: 'Strategic Twist On The Classic Shooter Genre' - Indie Game Mag... | Read more »
The Princess Bride - The Official Game...
The Princess Bride - The Official Game 1.1 Device: iOS Universal Category: Games Price: $3.99, Version: 1.1 (iTunes) Description: An epic game based on the beloved classic movie? Inconceivable! Play the world of The Princess Bride... | Read more »
Frozen Synapse (Games)
Frozen Synapse 1.0 Device: iOS iPhone Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: Frozen Synapse is a multi-award-winning tactical game. (Full cross-play with desktop and tablet versions) 9/10 Edge 9/10 Eurogamer... | Read more »
Space Marshals (Games)
Space Marshals 1.0.1 Device: iOS Universal Category: Games Price: $4.99, Version: 1.0.1 (iTunes) Description: ### IMPORTANT ### Please note that iPhone 4 is not supported. Space Marshals is a Sci-fi Wild West adventure taking place... | Read more »
Battle Slimes (Games)
Battle Slimes 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: BATTLE SLIMES is a fun local multiplayer game. Control speedy & bouncy slime blobs as you compete with friends and family.... | Read more »
Spectrum - 3D Avenue (Games)
Spectrum - 3D Avenue 1.0 Device: iOS Universal Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: "Spectrum is a pretty cool take on twitchy/reaction-based gameplay with enough complexity and style to stand out from the... | Read more »
Drop Wizard (Games)
Drop Wizard 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: Bring back the joy of arcade games! Drop Wizard is an action arcade game where you play as Teo, a wizard on a quest to save his... | Read more »

Price Scanner via MacPrices.net

Apple’s M4 Mac minis on sale for record-low p...
B&H Photo has M4 and M4 Pro Mac minis in stock and on sale right now for up to $150 off Apple’s MSRP, each including free 1-2 day shipping to most US addresses. Prices start at only $469: – M4... Read more
Deal Alert! Mac Studio with M4 Max CPU on sal...
B&H Photo has the standard-configuration Mac Studio model with Apple’s M4 Max CPU in stock today and on sale for $300 off MSRP, now $1699 (10-Core CPU and 32GB RAM/512GB SSD). B&H also... Read more

Jobs Board

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