Path: utzoo!attcan!uunet!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!apple!usc!elroy.jpl.nasa.gov!sdd.hp.com!wuarchive!kuhub.cc.ukans.edu!mlab2 From: mlab2@kuhub.cc.ukans.edu Newsgroups: comp.sys.mac.programmer Subject: Re: Program 'runs' in LSP, but crashes (SOLVED!) Message-ID: <28146.279fa872@kuhub.cc.ukans.edu> Date: 25 Jan 91 09:39:30 GMT References: <327.279EDE03@stjhmc.fidonet.org> Organization: University of Kansas Academic Computing Services Lines: 15 In article <327.279EDE03@stjhmc.fidonet.org>, Lawson.English@p88.f15.n300.z1.fidonet.org (Lawson English) writes: > mlab2@kuhub.cc.ukans.edu writes in a message to All > > M> Has anyone else had one of those bugs with LSP where it RUNs > M> under the compiler, but when COMPILED, the app crashes? > M> Can you characterize those bugs? It would be nice to have a guide > M> explaining likely errors when xx crash occurs. Duhh! Guess what? Did you know that you have to call SetPort() before calling BeginUpdate()? Well, I seemed to have forgotten. That was the bug. Oddly though, under the LSP environment, no problem. Thanks all! john calhoun