zohair2015
zohair2015
Focusing on loop cycles and whether the sender completed all 100,000 iterations; I added a message to display the number of iterations completed by the sender. When a commercial software...
That is true. Thanks for your help.
While investigating the issue further, I discovered that the failure of the scCreateCam() function is caused by a specific inter-process shared memory handle. When I manually close this handle using...
In Misc.cpp line 125: it seems that changing the line from if (m_handle && GetLastError() != ERROR_ALREADY_EXISTS) to if(m_handle) would solve the problem but the question is would that create...