nim-lang / nim-zmq

Nim ZMQ wrapper
https://nim-lang.github.io/nim-zmq/zmq.html
MIT License
67 stars 17 forks source link

libzmq.dll vs zmq.dll #17

Closed stisa closed 4 years ago

stisa commented 4 years ago

Any particular reason why the dll on windows is called zmq.dll instead of libzmq.dll ?
Looking at packages in https://zeromq.org/download/ , they all provide libzmq.dll.

Araq commented 4 years ago

When I wrote the code it was zmq.dll. (Btw lib prefixes are pure visual noise.)

stisa commented 4 years ago

(Btw lib prefixes are pure visual noise.)

I agree, it's just that I updated jupyter which I guess updated my zmq lib because suddenly my jupyter kernel couldn't load zmq.dll anymore.