Click to See Complete Forum and Search --> : Mysterious Exit!


Craig Gemmill
May 7th, 2001, 01:22 AM
My application runs completely automated for long periods of time (on Win2k Pro), at least its supposed to. Sometimes it runs for days, sometimes for 10 minutes. The problem is that when I check on it, it is completely terminated. Neither Dr.Watson or VC++ bring up an error dialog. The program just completely closes. I checked the DWatson error log and found a c0000005 Access Violation, so I ran it under VC++ debug and It brought up the same thing, this time in NTDLL.dll c0000005 Access Violation. So I guess the question is: can I trap this error or how can I figure out whats causing it? ps. I can not run it under VB debug because it has a control in it that caused Run-Time errors in debug. Thanks in advance for any help!!

Cimperiali
May 7th, 2001, 02:46 AM
It is quite strange your program has a control that causes runtime errors...


Special thanks to Lothar "the Great" Haensler, Tom Archer, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.