Hello all,
I wrote an application in VS2005 which works fine on XP. Now tried to
run it on a vista computer... doesnt work.
The application opens a socket for listening for requests, it is
supposed to recieve it from a unix computer... but now the unix
computer doesnt reach my application... can anyone help ?
Turned off the firewall but still doesnt work.
Amir
Martin CLAVREUIL - 30 Sep 2007 18:32 GMT
Hi,
In a first place, see if the listening socket is actually listening :
type netstat -a for the command line version (integrated in windows)
or
download tcpmonitor from the technet site (formerly sysinternals)
amir a écrit :
> Hello all,
> I wrote an application in VS2005 which works fine on XP. Now tried to
[quoted text clipped - 4 lines]
> Turned off the firewall but still doesnt work.
> Amir