Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!ub!uhura.cc.rochester.edu!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!jp48+ From: jp48+@andrew.cmu.edu (Jonathan Pace) Newsgroups: comp.sys.mac.programmer Subject: Hello, World #2 again Message-ID: Date: 25 Feb 91 05:54:03 GMT Organization: Graduate School of Industrial Administration, Carnegie Mellon, Pittsburgh, PA Lines: 15 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