Path: utzoo!mnetor!tmsoft!dptcdc!jarvis.csri.toronto.edu!rutgers!usc!hacgate!ashtate!dbase!awd From: awd@dbase.UUCP (Alastair Dallas) Newsgroups: comp.sys.mac Subject: Re: QuickDraw calls in LightSpeed Pascal (help!) Summary: SetPort() Keywords: LS Pascal, QuickDraw, 2.5Meg SE Message-ID: <174@dbase.UUCP> Date: 25 Jul 89 01:53:13 GMT References: <8882@thorin.cs.unc.edu> Organization: Ashton Tate Devlopment Center Glendale, Calif. Lines: 17 You'll get lots of replies, I'm sure. You need something like: WindowPtr wp; wp = GetNewWindow(blah, blah..); SetPort(wp); FrameRect(blah, blah..); This is C, but it looks a lot like Pascal. This may not be your problem, and in my haste to be among the first to reply I may have gotten everything confused. :-) Hope it helps. /alastair/