Path: utzoo!attcan!uunet!samsung!rex!wuarchive!usc!julius.cs.uiuc.edu!apple!HyperMail.apple.com!jeffh From: jeffh@HyperMail.apple.com (Jeff Holcomb) Newsgroups: comp.sys.mac.programmer Subject: Re: Help needed in MPW C Message-ID: <10986@goofy.Apple.COM> Date: 29 Oct 90 18:14:13 GMT References: <21718@duke.cs.duke.edu> Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 22 My guess is that you need to capitalize SFGetFile and SFPutFile correctly in your source code. MPW C and the Linker are case sensitive, and the error messages were: > ### Link: Error: Undefined entry, name: (Error 28) "SFGetfile" > Referenced from: stdfil in file: Az_processing.c.o > ### Link: Error: Undefined entry, name: (Error 28) "SFPutfile" > Referenced from: stdfil in file: Az_processing.c.o Note that the 'f' is lower case, and should be upper case. I hope this helps, Jeff ___________________________________________________________________________ Jeff Holcomb Internet: jeffh@HyperMail.apple.com AppleLink: jeffh@HyperMail.apple.com@INTERNET# GEnie: A2.JEFFH Contracting for Apple ATG Voice: (408) 974-0841 My opinions are not necessarily those of Apple. :-P ___________________________________________________________________________