Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!cica!gatech!hubcap!mikeoro From: mikeoro@hubcap.clemson.edu (Michael K O'Rourke) Newsgroups: comp.sys.mac.programmer Subject: DDPWrite Problem found Message-ID: <5920@hubcap.clemson.edu> Date: 5 Jul 89 13:14:56 GMT Organization: Clemson University, Clemson, SC Lines: 6 Thanks to those who responded to my earlier problem with a DDPWrite call causing an error code of -95. It turned out I was trying to access data in a nil pointer earlier in the program and this ended up writing to some nasty area of memory, which caused the DDPWrite error. -Michael O'Rourke