I'm trying to build and run https://github.com/zeromq/czmq/blob/master/examples/security/ironhouse2.c using Visual Studio 2015 compiler on Windows 10.
The code compiles just fine using dynamic linking; I then copy libzmq.dll & libczmq.dll to the same folder as the .exe. I run the ironhouse2.exe and the Windows firewall pops up, I allow it through. However something is not right at runtime, the 'server' sends but the 'client' just waits indefinitely to receive. I've tried other tcp endpoints & adjusting the filepaths of the encryption certificate folder because Linux uses forward slashes and Windows uses backslashes but without success. Interestingly https://github.com/zeromq/czmq/blob/master/examples/security/ironhouse.c runs OK. Please does anyone have any suggestions to solve the problem? With thanks.
_______________________________________________ zeromq-dev mailing list zeromq-dev@lists.zeromq.org https://lists.zeromq.org/mailman/listinfo/zeromq-dev