Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!ames!vsi1!apple!well!brecher
From: brecher@well.UUCP (Steve Brecher)
Newsgroups: comp.sys.mac.programmer
Subject: Re: Screen Dumps on a Mac II
Message-ID: <7782@well.UUCP>
Date: 30 Nov 88 02:06:25 GMT
References: <1243@cascade.Stanford.EDU>
Reply-To: brecher@well.UUCP (Steve Brecher)
Organization: Software Supply, Sunnyvale, CA
Lines: 10


In article <1243@cascade.Stanford.EDU>, leeke@cascade.UUCP (Steven D. Leeke)
writes:
>        fkey    =       GetResource('FKEY',3);
>
>        if (fkey != NULL) {
>                CallPascal((*fkey));
>        };

The FKEY resource should be locked before the call, and unlocked afterwards.