Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!cs.umu.se!delann From: delann@cs.umu.se (Anders Nyman) Newsgroups: comp.sys.mac.programmer Subject: Re: Hello, World #2 again Message-ID: <1991Feb26.212458.16820@cs.umu.se> Date: 26 Feb 91 21:24:58 GMT References: Sender: news@cs.umu.se (News Administrator) Organization: Dep. of Info.Proc, Umea Univ., Sweden Lines: 22 In article jp48+@andrew.cmu.edu (Jonathan Pace) writes: > > I've fixed my compilation problem (needed MacHeaders) but now I get a fatal >error. While running my code, it gets a "bus error" on the line WindowInit() >below: > >main() >{ > ToolBoxInit(); > WindowInit(); > while ( !Button() ); >} > >Suggestions? > >Jon Pace My suggestion is that you have done something wrong in the routine ToolBoxInit() but it's impossible to say without having seen that piece of code. /Anders