[comp.sys.mac.programmer] Program 'runs' in LSP, but crashes

mlab2@kuhub.cc.ukans.edu (01/25/91)

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