Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cica!iuvax!uceng!dsims From: dsims@uceng.UC.EDU (david l sims) Newsgroups: comp.os.msdos.programmer Subject: Turbo C's Run Time Error Messages Message-ID: <6243@uceng.UC.EDU> Date: 28 Sep 90 20:46:24 GMT Organization: College of Engg., Univ. of Cincinnati Lines: 8 I haven't been able to figure out how to control Turbo C's run time error messages. One particularly annoying message says at the end of the program, "null pointer assignment." I have no idea where I assigned some value to a null pointer, and even if I did, it doesn't seem to effect my programs. I don't like this statement coming up at the end of my program. Is there any way to turn run time error messages off? Does TC give any assistance in tracking down this error message?