Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ptsfa!ihnp4!inuxc!pur-ee!uiucdcs!uiucdcsb!price From: price@uiucdcsb.cs.uiuc.edu Newsgroups: comp.sys.atari.st Subject: Re: Acc's from TDI Modula DevPac Message-ID: <164100003@uiucdcsb> Date: Mon, 20-Apr-87 08:23:00 EST Article-I.D.: uiucdcsb.164100003 Posted: Mon Apr 20 08:23:00 1987 Date-Received: Wed, 22-Apr-87 02:17:27 EST References: <592@utcsscb.UUCP> Lines: 16 Nf-ID: #R:utcsscb.UUCP:592:uiucdcsb:164100003:000:570 Nf-From: uiucdcsb.cs.uiuc.edu!price Apr 20 07:23:00 1987 To create a desk accessory, you compile your program with the normal GEMX.SYM file, but then link with the GEMACCX.LNK file. You do this link by specifying the option with the linker that allows you to individually select which files to link (I can't remember the name of the option, but it is in the M2DESK accessory options...). When the linker asks for the file GEMX.LNK you should choose the GEMACCX.LNK file instead. When the link is done, you will need to rename the output from x.PRG to x.ACC, and everything should be OK. Bob Price price@a.cs.uiuc.edu