Click here to Skip to main content
15,889,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThanks a lot but................ Pin
hassanmurtaza13-May-03 9:11
hassanmurtaza13-May-03 9:11 
QuestionHow do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 10:55
IrishSonic12-May-03 10:55 
AnswerRe: How do I get telnet to work for testing my socket app?? Pin
markkuk12-May-03 11:03
markkuk12-May-03 11:03 
GeneralRe: How do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 11:15
IrishSonic12-May-03 11:15 
AnswerRe: How do I get telnet to work for testing my socket app?? Pin
Dean Goodman12-May-03 11:07
Dean Goodman12-May-03 11:07 
GeneralRe: How do I get telnet to work for testing my socket app?? Pin
IrishSonic12-May-03 11:24
IrishSonic12-May-03 11:24 
GeneralHave changed client app to send message to server( telnet ) Pin
IrishSonic12-May-03 11:30
IrishSonic12-May-03 11:30 
GeneralRe: Have changed client app to send message to server( telnet ) Pin
Dean Goodman12-May-03 11:47
Dean Goodman12-May-03 11:47 
Hmm, now you have a different problem. The telnet program is a client application, as is the application you are writing. You can't really connect the two together because neither is acting like the server and accepting an incoming connection. The best thing to do would probably be to add some code to your small server app to print all of the incoming packets it receives from your client app.

--Dean
GeneralShellExecute & IE Pin
Jon Sagara12-May-03 10:31
Jon Sagara12-May-03 10:31 
GeneralRe: ShellExecute & IE Pin
Toni7812-May-03 11:02
Toni7812-May-03 11:02 
GeneralRe: ShellExecute & IE Pin
Jon Sagara12-May-03 11:09
Jon Sagara12-May-03 11:09 
GeneralRe: ShellExecute & IE Pin
Toni7812-May-03 11:33
Toni7812-May-03 11:33 
GeneralRe: ShellExecute & IE Pin
Caddy12-May-03 13:31
Caddy12-May-03 13:31 
GeneralRe: ShellExecute & IE Pin
Jon Sagara12-May-03 13:37
Jon Sagara12-May-03 13:37 
GeneralConverting source code to UML Pin
Anonymous12-May-03 9:54
Anonymous12-May-03 9:54 
GeneralRe: Converting source code to UML Pin
Andrew Walker12-May-03 12:59
Andrew Walker12-May-03 12:59 
Questionhow to display icon with items in a list view? Pin
djghazi12-May-03 8:44
djghazi12-May-03 8:44 
AnswerRe: how to display icon with items in a list view? Pin
David Crow12-May-03 9:47
David Crow12-May-03 9:47 
GeneralRe: how to display icon with items in a list view? Pin
djghazi12-May-03 9:54
djghazi12-May-03 9:54 
GeneralRe: how to display icon with items in a list view? Pin
djghazi12-May-03 10:03
djghazi12-May-03 10:03 
GeneralRe: how to display icon with items in a list view? Pin
David Crow13-May-03 2:22
David Crow13-May-03 2:22 
GeneralProblem w/ preprocessor Pin
Dean Goodman12-May-03 8:06
Dean Goodman12-May-03 8:06 
GeneralRe: Problem w/ preprocessor Pin
Joaquín M López Muñoz12-May-03 8:54
Joaquín M López Muñoz12-May-03 8:54 
GeneralRe: Problem w/ preprocessor Pin
John R. Shaw12-May-03 8:54
John R. Shaw12-May-03 8:54 
GeneralRe: Problem w/ preprocessor Pin
Dean Goodman12-May-03 9:11
Dean Goodman12-May-03 9:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.