Hi,
You could use a semaphore. When after putting the pointer in the queue wait on a semaphore before proceeding. In the thread receiving data from the queue post the semaphore when the static string can be overwritten.
Regards,
Ian.
Hi,
You could use a semaphore. When after putting the pointer in the queue wait on a semaphore before proceeding. In the thread receiving data from the queue post the semaphore when the static string can be overwritten.
Regards,
Ian.