Connecting Tech Pros Worldwide Help | Site Map

Usage: server port?

  #1  
Old June 30th, 2009, 01:46 PM
Newbie
 
Join Date: Jun 2009
Posts: 8
hi

when i compile and run something i get this message

http://tinypic.com/r/cj9f9/5

what does this mean?
  #2  
Old June 30th, 2009, 02:15 PM
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,634
Provided Answers: 2

re: Usage: server port?


Quote:
Originally Posted by iPaul View Post
hi

when i compile and run something i get this message

http://tinypic.com/r/cj9f9/5

what does this mean?
It most likely is a message printed by the executable itself and probably means that the executable needs a port number as a parameter on the command line, e.g.

Expand|Select|Wrap|Line Numbers
  1. your_executable.exe 12345
  2.  
where 12345 is the port number; I don't know if it has any particular port numbers in mind though ...

kind regards,

Jos
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with writing fast UDP server Krzysztof Retel answers 11 November 21st, 2008 07:05 PM
Server/Client infinite loop problem Hukkky answers 3 October 25th, 2008 04:15 AM
server client application troubles sarahnetworking answers 0 March 1st, 2008 10:51 AM
Sockets usage with vb.net altaf.sunesara@gmail.com answers 10 December 1st, 2005 09:45 AM