Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!samsung!usc!merlin.usc.edu!nunki.usc.edu!carasso From: carasso@nunki.usc.edu (Roger David Carasso) Newsgroups: comp.sys.mac.hypercard Subject: XFCN QUESTION Message-ID: <6238@merlin.usc.edu> Date: 3 Nov 89 16:20:37 GMT Sender: news@merlin.usc.edu Reply-To: carasso@nunki.usc.edu () Lines: 22 The examples I have seen were too complicated. Can someone tell me how to call an XFCN written in MPW C. I compile it. What do I put as it's owner, type, etc? How do I tell HyperCard what file this function is in? or do specify someother way? For example, How would I bring this into hypercard: int foobar(x) int x; { return(x + 5); } ------------------------------------------------------- Thank you VERY Much, Roger C.