Connecting Tech Pros Worldwide Forums | Help | Site Map

Usage: server port?

Newbie
 
Join Date: Jun 2009
Posts: 8
#1: Jun 30 '09
hi

when i compile and run something i get this message

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

what does this mean?

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Jun 30 '09

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