Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zeromq-4.x compatibility #164

Open
dkrikun opened this issue Aug 8, 2014 · 2 comments
Open

zeromq-4.x compatibility #164

dkrikun opened this issue Aug 8, 2014 · 2 comments

Comments

@dkrikun
Copy link

dkrikun commented Aug 8, 2014

Hello,

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

Thanks,

@metadings
Copy link
Member

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
Copy link
Author

dkrikun commented Aug 9, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants