Path: utzoo!attcan!uunet!samsung!usc!ucsd!ucbvax!agate!shelby!portia.stanford.edu!ralphm From: ralphm@portia.Stanford.EDU (Ralph Melton) Newsgroups: comp.sys.mac.programmer Subject: _SSNG, _SUNI, _SMEM in Think Pascal Message-ID: <1990Sep20.150953.25735@portia.Stanford.EDU> Date: 20 Sep 90 15:09:53 GMT Organization: AIR, Stanford University Lines: 22 I'm attempting to compile my project in Think Pascal (using the Class Library). However, the link fails with these link errors: undefined: _SMEM (SortGraphUtils.p) undefined: _SSNG (SortGraphUtils.p) undefined: _SMEM (SortGraphUtils.p) It's true enough that I didn't define these, but I didn't declare them either. SortGraphUtils is a small and simple unit; four procedures that shell for method executions, so I can pass these to gApplication.itsDirectors.doForEach, two global booleans, and an integer-to-string conversion routine. What are these mysterious undefined beasties, and why should they rear their ugly heads here? And most importantly, how can I banish them from my link errors? Thanks in advance for any help. Ralph Melton -- Ralph Melton ralphm@portia.stanford.edu