Hi !
I made an application that uses 2 threads, getting data from the port and decoding them before displaying them. But it crashes after a time, and the debugger indicates that the error occurs in CWnd::OnWndMsg. When I reduce the number of messages sent by my threads, the error happens later, but still happens.
Do you have an explanation, and maybe a solution to that problem ?
I made an application that uses 2 threads, getting data from the port and decoding them before displaying them. But it crashes after a time, and the debugger indicates that the error occurs in CWnd::OnWndMsg. When I reduce the number of messages sent by my threads, the error happens later, but still happens.
Do you have an explanation, and maybe a solution to that problem ?