I have a software package that wrote in PBDLL 6 for a customer.
The software is a server type application that connects and
accepts connections via TCP/IP.
The following line of code only works on Windows 2000.
' Attempt to connect to the client
TCP OPEN PORT PortNum AT IpAddress AS hCon(ID).hSock TIMEOUT .2
If I move the application to an NT 4.0 sp6 box, it gives an
I/O error 57.
The really strange part is, that the listening and receiving
of connections works just fine. It is only when it tries to
inistiate the connection that it fails, and only fails on
NT 4.0
Can anyone offer an explanation or at least a work around?
Thanks
Ben Clark
[email protected]
------------------
The software is a server type application that connects and
accepts connections via TCP/IP.
The following line of code only works on Windows 2000.
' Attempt to connect to the client
TCP OPEN PORT PortNum AT IpAddress AS hCon(ID).hSock TIMEOUT .2
If I move the application to an NT 4.0 sp6 box, it gives an
I/O error 57.
The really strange part is, that the listening and receiving
of connections works just fine. It is only when it tries to
inistiate the connection that it fails, and only fails on
NT 4.0
Can anyone offer an explanation or at least a work around?
Thanks
Ben Clark
[email protected]
------------------
Comment