Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: relative coordinates to absolute? Pin
ThinkingPrometheus10-Aug-05 1:11
ThinkingPrometheus10-Aug-05 1:11 
AnswerRe: relative coordinates to absolute? Pin
ThatsAlok10-Aug-05 1:09
ThatsAlok10-Aug-05 1:09 
QuestionHow to test my code Pin
Member 216100410-Aug-05 0:27
Member 216100410-Aug-05 0:27 
AnswerRe: How to test my code Pin
Bob Stanneveld10-Aug-05 1:03
Bob Stanneveld10-Aug-05 1:03 
AnswerRe: How to test my code Pin
toxcct10-Aug-05 1:13
toxcct10-Aug-05 1:13 
GeneralRe: How to test my code Pin
Tom Wright10-Aug-05 8:37
Tom Wright10-Aug-05 8:37 
GeneralRe: How to test my code Pin
Member 216100410-Aug-05 14:49
Member 216100410-Aug-05 14:49 
GeneralRe: How to test my code Pin
toxcct10-Aug-05 20:12
toxcct10-Aug-05 20:12 
your server and you client are supposed to discuss through by IP network, aren't they ?

so, instead of using two distinct computer to be able to test, you use the internal IP address, which is 127.0.0.1.

this works on every machine because it is defined in the IP Protocol standard. this particuliar Address is also recognized under localhost host name, and that's what's been call the local loop.

so, to test your programs, just put them on the same machine, start the server to listen on the localhost on the port it has to, and then run the client(s) which have to connect to the server on its ip address (locahost again)...

understand better now ?



TOXCCT >>> GEII power
[toxcct][VisualCalc]
Generalerror LNK2001 Pin
jokefake10-Aug-05 0:12
jokefake10-Aug-05 0:12 
GeneralRe: error LNK2001 Pin
Bob Stanneveld10-Aug-05 1:04
Bob Stanneveld10-Aug-05 1:04 
GeneralRe: error LNK2001 Pin
toxcct10-Aug-05 1:15
toxcct10-Aug-05 1:15 
GeneralRe: error LNK2001 Pin
David Crow10-Aug-05 3:54
David Crow10-Aug-05 3:54 
GeneralRe: error LNK2001 Pin
toxcct10-Aug-05 3:57
toxcct10-Aug-05 3:57 
GeneralRe: error LNK2001 Pin
SunKnight010-Aug-05 6:31
SunKnight010-Aug-05 6:31 
GeneralRe: error LNK2001 Pin
toxcct10-Aug-05 20:14
toxcct10-Aug-05 20:14 
GeneralAssertion failed Pin
manishgandhi9-Aug-05 22:54
manishgandhi9-Aug-05 22:54 
GeneralRe: Assertion failed Pin
ThatsAlok9-Aug-05 23:13
ThatsAlok9-Aug-05 23:13 
GeneralRe: Assertion failed Pin
David Crow10-Aug-05 3:53
David Crow10-Aug-05 3:53 
GeneralVariant Comparison ignoring case Pin
abhi_code9-Aug-05 21:17
abhi_code9-Aug-05 21:17 
GeneralRe: Variant Comparison ignoring case Pin
Jose Lamas Rios10-Aug-05 2:56
Jose Lamas Rios10-Aug-05 2:56 
GeneralRe: Variant Comparison ignoring case Pin
abhi_code10-Aug-05 3:22
abhi_code10-Aug-05 3:22 
GeneralRe: Variant Comparison ignoring case Pin
Jose Lamas Rios10-Aug-05 8:37
Jose Lamas Rios10-Aug-05 8:37 
GeneralRe: Variant Comparison ignoring case Pin
abhi_code13-Aug-05 8:58
abhi_code13-Aug-05 8:58 
QuestionHow to differentiate between a scanner and usbcam Pin
nripun9-Aug-05 21:10
nripun9-Aug-05 21:10 
Questioniconify application? Pin
ThinkingPrometheus9-Aug-05 21:03
ThinkingPrometheus9-Aug-05 21:03 

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.