D
Dave Rudolf
Hi all.
I have a multithreaded little app that I am writing. Periodically, I see
messages on my console that read:
The thread '<No Name>' (0xa7c) has exited with code 0 (0x0).
Wheever I see this message, my threads appear to be dying prematurely,
althogh I am not calling Abort() or Suspend(). Also, if I put a try-catch
around the threaded code, I receive no exception. Any idea what could cause
such a thing?
Thanks,
Dave.
I have a multithreaded little app that I am writing. Periodically, I see
messages on my console that read:
The thread '<No Name>' (0xa7c) has exited with code 0 (0x0).
Wheever I see this message, my threads appear to be dying prematurely,
althogh I am not calling Abort() or Suspend(). Also, if I put a try-catch
around the threaded code, I receive no exception. Any idea what could cause
such a thing?
Thanks,
Dave.