Using socket with TCP/IP

Hi, I would like to know if somebody already expirement connecting a QNX
application with a Windows application using sockets.

I already did it with OS-9 but never with Windows. What it is look like?

Thank you.

We use IP heavily to talk between WinNT/Win2000 and QNX4 boxes. The API on
Win32 seems fairly standard (BSD) and has presented no problems. We have
only used UDP (point-to-point and multicast) not TCP but I would not expect
any problem to use TCP as well.

Sylvain Guillemette wrote:

Hi, I would like to know if somebody already expirement connecting a QNX
application with a Windows application using sockets.

I already did it with OS-9 but never with Windows. What it is look like?

Thank you.