my friend wrote a win app in C that sends 'hello world' via tcp socket e.g. 2222 and with the receive.exe written in C, we are able to see 'hello world' but when we try to listen with PD we get 'EOF on socket 442' or some other numbers...
do we need something that will translate output from the C program? does anyone know how to treat this?
thanks v