At 10/29/2004 09:32 AM, Palmer, Jean L. wrote:
>The thread starts, and goes through its InitInstance() function. Then it >immediately goes to ExitInstance() and its destructor. I can't figure out >why it immediately goes to ExitInstance() and quits, instead of running. >The call stack when it enters ExitInstance() is:
Does your thread have any resources that it uses?
Sometimes programs exit unexplainably when they try to access an unavailable resource, like a string.
Phil Daley < AutoDesk > http://www.conknet.com/~p_daley
_______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
