Hi all,

I have the code of clrzmq version 3.2.2. The folder tree includes a lib folder 
with the libzmq.dll of both 32 bit and 64 bit.
Compilation completes successfully but when I run with a sample app, I get 
exception on the following call:
ZmqContext.Create()

Reading about it I have found that one cannot compile the clrzmq with the lib 
being able to be extracted from it.
Copying the lib manually into system32 SysWow64 fixes this exception but this 
is not a "nice" solution.

Is there a way I can compile the clrzmq version 3.2.2 with the lib inside it so 
it'll be able to be extracted during run time?

Latest clrzmq: https://github.com/zeromq/clrzmq


Thanks
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to