Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!bhd20867 From: bhd20867@uxa.cso.uiuc.edu Newsgroups: comp.sys.mac.programmer Subject: Re: MPW 'HEXA' Resource Message-ID: <1234600027@uxa.cso.uiuc.edu> Date: 7 Mar 90 01:39:50 GMT References: <515@ghp.UUCP> Lines: 16 Nf-ID: #R:ghp.UUCP:515:uxa.cso.uiuc.edu:1234600027:000:691 Nf-From: uxa.cso.uiuc.edu!bhd20867 Mar 6 10:31:00 1990 In the C++ 3.1B1 manual they say that you need to increase the stack for C++ to work. Here is a quote from the release notes, page two. To change the MPW Shell's stack size, use the application ResEdit to open the 'HEXA' #128 resource. This resource contains a long-word which is used to set the stack size, (e.q. the value $00010000 would set the stack size to 64K). A value of zero instructs the Shell to use its default size. NOTE: Do not set the stack size to less than about 32K manually - for sufficiently small values the Shell won't even be able to boot without running out of stack space. I don't know if this will help you, but you can try it. -Bernhard Damberger