Tagged Questions
4
votes
1answer
315 views
How to communicate between ZeroMQ contexts in different Goroutines?
I'm using this as boilerplate, except that in the same program I also have some goroutines that are the workers and connect to the backend endpoint, tcp://127.0.0.1:5560.
What I would like to do is ...
1
vote
0answers
398 views
CoCreateInstance fails with E_FAIL when CLSCTX_LOCAL_SERVER is specified and Surrogate process is used
I am trying to use surrogate process, dllhost, to run my COM 64 bit dll in a separate 64 bit dllhost process. I have made the required registry entries for the same.
When I try to create an object of ...
1
vote
0answers
126 views
How to communicate beetwen parts of out-proc *.exe COM server?
We have *.exe application which is also out-process COM server.
The main thread is doing some network routine: it receives data packets and puts them into queue.
COM client, VBA for example, uses ...