Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!mailrus!iuvax!purdue!bu-cs!dartvax!eleazar.dartmouth.edu!earleh From: earleh@eleazar.dartmouth.edu (Earle R. Horton) Newsgroups: comp.sys.mac.programmer Subject: Re: SubLaunch return codes Message-ID: <17692@dartvax.Dartmouth.EDU> Date: 5 Dec 89 04:34:23 GMT References: <2618@cbnewsj.ATT.COM> Sender: news@dartvax.Dartmouth.EDU Reply-To: earleh@eleazar.dartmouth.edu (Earle R. Horton) Organization: Thayer School of Engineering Lines: 18 In article <2618@cbnewsj.ATT.COM> mec@cbnewsj.ATT.COM (michael.e.connick,mt,) writes: >Are the return codes for the SubLaunch trap documented anywhere? The >VERY early release of the MultiFinder developers kit I got from APDA >doesn't provide this information. Does the latest version? > >In particular I'm interested in finding out what a -108 return code >means. I didn't even have to look this one up, but here is the appropriate C language header file line. #define memFullErr -108 /* Not enough room in heap zone */ -108 is the generic "no memory" error code. I can't think of any reason for _Launch to have specific error codes of its own. Earle R. Horton