B
Bruno van Dooren
Hi,
i am developing a dll that uses MFC.
i have implemented the initinstance method for initializing my dll
when i try to start a worker thread with AfxBeginThread, the program hangs.
if i try to start it from a regular exported function, there is no problem.
I looked in the MSDN documentation for AfxBeginThread and InitInstance, and
there is no
indication that it is illegal to start a new thread from the initinstance
method.
am i doing something wrong?
kind regards,
Bruno.
i am developing a dll that uses MFC.
i have implemented the initinstance method for initializing my dll
when i try to start a worker thread with AfxBeginThread, the program hangs.
if i try to start it from a regular exported function, there is no problem.
I looked in the MSDN documentation for AfxBeginThread and InitInstance, and
there is no
indication that it is illegal to start a new thread from the initinstance
method.
am i doing something wrong?
kind regards,
Bruno.