Click here to Skip to main content
15,919,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one help me
m_pThread=AfxBeginThread(CMyAPI::StartOpenThread,this);
is Crash on Relise mode
Posted
Comments
CPallini 5-Sep-11 9:00am    
You should elaborate. Posting some code would help.

1 solution

In the one line you posted so far, the only thing I see that could go wrong is passing an invalid this pointer, or passing it before initialization is complete (i. e. before completing the constructor).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900