Click here to Skip to main content
16,004,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dll Registration Failure Pin
Wes Aday14-May-07 5:29
professionalWes Aday14-May-07 5:29 
QuestionBIOS writing API Pin
KSMH13-May-07 21:13
KSMH13-May-07 21:13 
Questionwhat is the meaning of this code? Pin
syedhasan13-May-07 20:58
syedhasan13-May-07 20:58 
QuestionRegarding MAPI Pin
Sameerkumar Namdeo13-May-07 20:58
Sameerkumar Namdeo13-May-07 20:58 
JokeRe: Regarding MAPI Pin
Rajesh R Subramanian13-May-07 22:19
professionalRajesh R Subramanian13-May-07 22:19 
QuestionSockets communication between Internal and external IPs Pin
namithakathi13-May-07 20:58
namithakathi13-May-07 20:58 
AnswerRe: Sockets communication between Internal and external IPs Pin
kasturi_haribabu13-May-07 23:37
kasturi_haribabu13-May-07 23:37 
AnswerRe: Sockets communication between Internal and external IPs Pin
Moak14-May-07 2:13
Moak14-May-07 2:13 
namithakathi wrote:
how can we communicate thru sockets between two different Ips as these two ip are have their internal IP and external IPs.


Let's start inside the LAN, here your two peers communicate using the internal LAN IP addresses.

It gets a little bit more difficult when you communicate outside the LAN and the internet IP address (external IP address) is different to the LAN IP address (internal IP address). Generally two peers on the internet have to communicate via their external IP adresses, typically the router or the proxy does a kind of network-address-translation for you. For example if your internal IP address is 192.168.1.1 it could from the outside look like as you would have an external IP address 87.164.52.42. This network-address-translation often works automaticaly for the outgoing traffic (depends on your network setup), but it usually does not work automatically for incoming traffic (internet to LAN).... aka "firewalled computer".

Hope this helps for a start.
QuestionSendMessage problem ????? Pin
amitmistry_petlad 13-May-07 20:15
amitmistry_petlad 13-May-07 20:15 
AnswerRe: SendMessage problem ????? Pin
Cedric Moonen13-May-07 20:43
Cedric Moonen13-May-07 20:43 
AnswerRe: SendMessage problem ????? Pin
Stephen Hewitt13-May-07 20:50
Stephen Hewitt13-May-07 20:50 
GeneralRe: SendMessage problem ????? Pin
amitmistry_petlad 13-May-07 22:50
amitmistry_petlad 13-May-07 22:50 
AnswerRe: SendMessage problem ????? Pin
Michael Dunn13-May-07 20:54
sitebuilderMichael Dunn13-May-07 20:54 
GeneralRe: SendMessage problem ????? Pin
amitmistry_petlad 13-May-07 22:43
amitmistry_petlad 13-May-07 22:43 
GeneralRe: SendMessage problem ????? Pin
Roger Stoltz13-May-07 23:22
Roger Stoltz13-May-07 23:22 
GeneralRe: SendMessage problem ????? Pin
amitmistry_petlad 13-May-07 23:33
amitmistry_petlad 13-May-07 23:33 
GeneralRe: SendMessage problem ????? Pin
Michael Dunn14-May-07 8:21
sitebuilderMichael Dunn14-May-07 8:21 
GeneralRe: SendMessage problem ????? Pin
amitmistry_petlad 15-May-07 19:19
amitmistry_petlad 15-May-07 19:19 
QuestionPrimary Domain Controller Name and local workstation Name?? Pin
umarcool13-May-07 20:07
umarcool13-May-07 20:07 
AnswerRe: Primary Domain Controller Name and local workstation Name?? Pin
kasturi_haribabu14-May-07 0:22
kasturi_haribabu14-May-07 0:22 
QuestionHow to get ID of cntrols used in FileOpen DialogBox. Pin
Atul2313-May-07 19:37
Atul2313-May-07 19:37 
AnswerRe: How to get ID of cntrols used in FileOpen DialogBox. Pin
David Crow14-May-07 3:23
David Crow14-May-07 3:23 
QuestionPreprocessor directives and Preprocessor Pin
Sonia Gupta13-May-07 19:23
Sonia Gupta13-May-07 19:23 
AnswerRe: Preprocessor directives and Preprocessor Pin
Michael Dunn13-May-07 20:57
sitebuilderMichael Dunn13-May-07 20:57 
QuestionSelf assignment Pin
ragavan13-May-07 18:56
ragavan13-May-07 18:56 

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.