Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!microsoft!earleh From: earleh@microsoft.UUCP (Earle HORTON) Newsgroups: comp.sys.mac.programmer Subject: Re: help !!!!! Message-ID: <53023@microsoft.UUCP> Date: 9 Mar 90 16:21:33 GMT References: <1559@krafla.rhi.hi.is> Reply-To: earleh@microsoft.UUCP (Earle R. Horton) Organization: Systems: Windows/DOS Dev. Lines: 20 In article <1559@krafla.rhi.hi.is> kma@rhi.hi.is (Kurt M Alonso) writes: > > > > Does anybody out there know what error -108 is when compiling > pascal programs with MPW pascal? The error message says > literally (if I remember right) > > 'Fatal memory error #-108' > It means you have run out of memory. There is insufficient space in Pascal's heap to satisfy a memory request. Try closing all editor windows except the Worksheet before compiling Pascal programs. Then try running without MultiFinder, removing all INITs which might be using memory, etc. Do anything you can to increase the amount of memory available to Pascal. If none of this works, then you can try making your source files smaller and, finally, getting more RAM. Earle R. Horton