Hello,
We wondered if this architecture would work:
An exe would create a thread safe queue. A dll routine would write to the queue using CmtWriteTSQData. The exe in turn would have an installed callback for the queue for when there are a certain number of items in the queue.
The exe is linked to DLL.
Thank you,