Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!mcvax!inria!rouaix From: rouaix@inria.UUCP Newsgroups: comp.sys.amiga Subject: Re: FIXHUNK and SLIDESHOW Message-ID: <432@inria.UUCP> Date: Thu, 2-Apr-87 07:29:52 EST Article-I.D.: inria.432 Posted: Thu Apr 2 07:29:52 1987 Date-Received: Sat, 4-Apr-87 19:34:02 EST Organization: INRIA, Rocquencourt. France Lines: 13 <531@madvax.UUCP> writes : > I tried the PD program SLIDESHOW with extended memory&V1.2 and >got a Stack Overflow error and had to reboot the machine. I copied the > ... > PS. The program SLIDESHOW does work with no memory expansion. Try HIDE instead. The uuencoded executable was posted some weeks ago. Hide forces all memory allocations made with AllocMem() to take place in CHIP memory. When your application uses its stack to store information that should be in CHIP memory, and since the task stack is always in FAST memory, the only way i know to have your application run correctly with memory expansion is to use HIDE.