[zeromq-dev] clrzmq and libzmq
Gil Shinar
GilS at Hexagontech.co.il
Mon Dec 1 14:21:24 CET 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20141201/d0fd6caa/attachment.htm>
More information about the zeromq-dev
mailing list