Path: utzoo!attcan!uunet!husc6!think!bloom-beacon!gatech!mcnc!thorin!unc!bolter From: bolter@unc.cs.unc.edu (Jay D. Bolter) Newsgroups: comp.sys.mac.programmer Subject: DA question Message-ID: <2896@thorin.cs.unc.edu> Date: 31 May 88 14:20:11 GMT Sender: news@thorin.cs.unc.edu Lines: 10 Can anyone suggest how to create a Desk Accessory with a large amount of code (say 70 or 80K)? What are the factors that limit you to 32K? Is it possible, for example, to store more code in one's own resources (in addition to the DRVR resource) and then call in that code as needed. If so, how do you pass control to and from these code resources? Can anyone suggest any books or articles that discuss problems of large DAs? (I am programming in MPW Pascal.)