Vista application

  • Thread starter Thread starter amir
  • Start date Start date
A

amir

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
 
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 :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top