You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wrote a test base on your test example.
But for some reason the mq_recv failed (e.i consume process)
with error 6 which means invalid handle.(mqh_lock failed at WaitForSingleObject in MUTEX_LOCK)
Im run the two process as different projects on the top of the same solution (MCVS)
The producer work fine.
There is a way to use your project for process and not only threads?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I wrote a test base on your test example.
But for some reason the mq_recv failed (e.i consume process)
with error 6 which means invalid handle.(mqh_lock failed at WaitForSingleObject in MUTEX_LOCK)
Im run the two process as different projects on the top of the same solution (MCVS)
The producer work fine.
There is a way to use your project for process and not only threads?
Thanks.
The text was updated successfully, but these errors were encountered: