clrzmq icon indicating copy to clipboard operation
clrzmq copied to clipboard

zeromq-4.x compatibility

Open dkrikun opened this issue 10 years ago • 2 comments

Hello,

Is it possible to use clrzmq with zeromq-4.x versions?

Thanks,

dkrikun avatar Aug 08 '14 16:08 dkrikun

You can do so by placing libzmq.dll/libzmq.so in your AppDomain.CurrentDomain.BaseDirectory or any other path where your operating system (LoadLibrary/dlopen) is searching for libraries (~/bin for ASP.NET apps (not sure about them), ~/bin/Debug and ~/bin/Release for deskop apps for example).

metadings avatar Aug 08 '14 19:08 metadings

Ok, thanks. However, I cannot use the new functionality, added in zeromq-4.x, can I?

dkrikun avatar Aug 09 '14 12:08 dkrikun