CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (3 messages)

#163727 Seg Load Calls on PPC Message #163765
From: Gary Morrison Mac Developers Forum · Inside Macintosh March 13, 1994 9:51 PM
Ah. I suppose that makes sense. Shortly after I sent that message, I finally opened up the January issue of MacTech (I'm a bit behind the times). I noticed the article, first in a series on compatability issues. I'll stay tuned, and if anybody else out there is interested, I…
#7296 NonTCL Ported to TCL Message #7334
From: Gary Morrison Symantec Dev Tools Forum · TCL & OOP July 21, 1993 6:59 PM
Great. Some possibilities that pop into mind where confusion might occur: 1. Does popping up a dialog box (more importantly a progress dialog) via direct toolbox calls confuse TCL? Do some object in TCL expect to know about every window in order to operate properly? 2. My error recovery mechanism,…
From: Gary Morrison Symantec Dev Tools Forum · TCL & OOP July 21, 1993 1:09 AM
I am developing an application using some nontrivial DSP algorithms. To develop those algorithms, I've created a special application as a more ideal test environment, which is not the real user interface itself. I'd like to use TCL for the user interface of the real application, but obviously I'd like…