Xref: utzoo comp.sys.mac:20816 comp.lang.pascal:1092 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!cwjcc!ukma!rutgers!uwvax!oddjob!mimsy!brillig.umd.edu!spector From: spector@brillig.umd.edu (Lee Spector) Newsgroups: comp.sys.mac,comp.lang.pascal Subject: turbo pascal mac DA help Keywords: turbo pascal mac DA help Message-ID: <13742@mimsy.UUCP> Date: 26 Sep 88 16:36:09 GMT Sender: nobody@mimsy.UUCP Reply-To: spector@brillig.umd.edu.UUCP (Lee Spector) Organization: University of Maryland, Dept. of Computer Sci. Lines: 17 I want to write a macintosh Desk Accessory in Turbo Pascal. I don't want to do anything fancy; I just want selection of the DA to create a scrolling window that acts like a terminal that I can read and write to with normal pascal code. Turbo comes with an example "MyDA", but this does all sorts of things that I don't care about (animation, new cursor ...) and the code is much too mac-systemy for me to decipher. I've tried to modify MyDA but I get into trouble fast. I'm an experienced pascal hacker, but I'm totally new to programming the mac, and I'm not too eager to get my hands dirty with all of the details. Does anybody know of (or could you send me) a "shell" for a DA that simply creates a scrolling window and contains a spot where I can insert my code? The only user interface I require is some equivalents to read, readln, write, and writeln that act on the DA window as though it were the terminal in a "normal" pascal program.. Many thanks in advance, Lee Spector (spector@brillig.umd.edu)