Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!usc!hacgate!luna.dpl.scg.hac.com!djnowak From: djnowak@luna.dpl.scg.hac.com (David Nowak) Newsgroups: comp.sys.mac.programmer Subject: MPW 3.0 non-INLINE proc/func Keywords: INLINE,MPW,3.0 Message-ID: <4016@hacgate.scg.hac.com> Date: 16 Jun 89 14:40:32 GMT Sender: news@hacgate.scg.hac.com Reply-To: djnowak@luna.dpl.scg.hac.com (David Nowak) Organization: Hughes Aircraft Co., El Segundo, CA Lines: 15 There are several MPW Pascal PInterface and MPW C CInterface files that contain procedure or function calls which have no INLINE address callouts. For instance, Quickdraw.p contains a GetMaskTable function call and Devices.p contains nothing but functions that have no INLINE directive. I am curious to know where these functions/procedures are implemented or defined. For instance, if I try to compile any of these files where these unimplemented procs/functions exist, I get a ### Error 177 Unsatisfied forward declaration for Function GetMaskTable error message or the like. What does this mean? How do I link in these externally defined procedures? Thanks in advance. David Nowak djnowak@luna.dpl.scg.hac.com