[comp.sys.mac.programmer] Help with MaxAppZone

slewis@aerospace.aero.org (09/05/90)

	
	I have been having a problem with MaxApplZone. The following sequence which
is called as the first set of instructions in my program runs on the Mac II,IIx,
IIfx and portable. It crashes the SE. The application will run on the SE only if the 
call to MaxApplZone is removed. Does anyone know what is going on.

	/* Increase the stack size */
	if(!(SetStackSize(50000) == noErr))
		error_exit("Cannot raise stack size"); /* print error MSG + leave */

	MaxApplZone();