Hello! I have managed to compile ZeroMQ using C++Builder 2010 (which amazingly works out of the box) and enabled PGM via a DLL compiled with MinGW (I used the binary distribution version 2.1.27-pre2).
The server starts up and publishes its messages as it should (Wireshark confirmed). The client however does not receive any messages. This seems to be a problem with OpenPGM, since the example applications from the distribution exhibit the same behaviour: pgmsend -n 224.0.1.1 -p 4711 "Hello, World!" puts the message on the wire, a parallel running pgmrecv -n 224.0.1.1 -p 4711 however does not receive anything. What am I missing? The OS is Win7/64. Christian _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
