zeromq / clrzmq

CLR (.NET & Mono) binding for 0MQ
www.zeromq.org
Other
272 stars 97 forks source link

zeromq-4.x compatibility #164

Open dkrikun opened 9 years ago

dkrikun commented 9 years ago

Hello,

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

Thanks,

metadings commented 9 years ago

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).

dkrikun commented 9 years ago

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