Hi Arno,

Just confirming that you meant to write:

 ClientCnx->Receive(Junk, sizeof(Junk));

Instead of:

 ClientCnx->Receive(&Junk, sizeof(Junk));


Cheers,
Keith.

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to