Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!uunet!mcsun!corton!loria!boffrand.crin.fr!gerardio From: gerardio@boffrand.crin.fr (Olivier Gerardin) Newsgroups: comp.sys.atari.st.tech Subject: How to Mshrink a C program ? Message-ID: <3702@loria.crin.fr> Date: 1 May 91 13:00:46 GMT Sender: news@loria.crin.fr Reply-To: gerardio@boffrand.crin.fr (Olivier Gerardin) Lines: 10 I'm writing a program using Lattice C (v3.03) on a 1040 STF, and from within this program I want to run an external .PRG program via the Pexec function. Unfortunately, it works fine only when the program I call needs not too much memory. I know where the problem is: my program owns (almost) the whole available memory, leaving only a few Kbytes for Malloc's !!! But how to get my program to Mshrink to the size I want ? Thanks in advance Olivier