On 24 June 2013 13:09, Nishant Mittal <[email protected]> wrote: > We have a requirement to write a small windows client that uses a SUB/DLR > socket to connect to a PUB/RTR running on a linux machine. We tried a lot > of different ways (Java, .NET) but couldnt get the client to work on > windows.. windows keeps complaining zmq.dl not found. > > The non-pure bindings require the binding as a library and the native implementation as a library. This usually means the binding library is configured per the language, e.g. java.library.path and the native library defaults to the PATH environment variables.
There are however pure Java and .NET implementations which are significantly easier to deploy, the former called JeroMQ the latter NetMQ. Support contracts can usually be arranged through iMatix: http://www.imatix.com/contact. I work in Manhattan if you need local assistance. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
