Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMulticast with UDP Pin
Grit21-Jan-02 22:31
Grit21-Jan-02 22:31 
GeneralRe: Multicast with UDP Pin
markkuk21-Jan-02 22:41
markkuk21-Jan-02 22:41 
GeneralIMac address Pin
ZAZA21-Jan-02 22:23
ZAZA21-Jan-02 22:23 
GeneralRe: IMac address Pin
Michael A. Barnhart22-Jan-02 2:23
Michael A. Barnhart22-Jan-02 2:23 
GeneralWindows Sockets Pin
ananth_rs21-Jan-02 21:27
ananth_rs21-Jan-02 21:27 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz21-Jan-02 21:41
Joaquín M López Muñoz21-Jan-02 21:41 
GeneralRe: Windows Sockets Pin
ananth_rs22-Jan-02 5:55
ananth_rs22-Jan-02 5:55 
GeneralRe: Windows Sockets Pin
Joaquín M López Muñoz22-Jan-02 8:50
Joaquín M López Muñoz22-Jan-02 8:50 
If what you're trying to do is connect to a remote host inside a local network, that network should have some form of NAT (Network Address Translation) installed to make the remote host (or some TCP ports of it) visible to the outside world. There are various NAT systems, but all of them work replacing public addresses with private ones. Sort of like a proxy, but at a TCP/IP level (i.e., the system is transparent to the endpoints of the connection). Look for NAT on your web searcher.
Generall, NAT systems are managed and configured by the network administrator, so if he hadn't made public the remote host you're trying to connect to, there's litle you can do from the outside.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralXML newcomer Pin
Braulio Dez21-Jan-02 20:53
Braulio Dez21-Jan-02 20:53 
GeneralRe: XML newcomer Pin
Michael A. Barnhart22-Jan-02 2:35
Michael A. Barnhart22-Jan-02 2:35 
GeneralRe: XML newcomer Pin
Not Active22-Jan-02 3:50
mentorNot Active22-Jan-02 3:50 
GeneralRe: XML newcomer Pin
Michael Dunn22-Jan-02 7:55
sitebuilderMichael Dunn22-Jan-02 7:55 
GeneralDisplaying stock quote in a C++ app Pin
SAK21-Jan-02 20:10
SAK21-Jan-02 20:10 
QuestionATL and enumerated values? Pin
Phil F21-Jan-02 19:53
Phil F21-Jan-02 19:53 
AnswerRe: ATL and enumerated values? Pin
Michael P Butler21-Jan-02 22:15
Michael P Butler21-Jan-02 22:15 
GeneralRe: ATL and enumerated values? Pin
Phil F22-Jan-02 6:34
Phil F22-Jan-02 6:34 
Generalnew versus VirtualAlloc Pin
alex.barylski21-Jan-02 19:02
alex.barylski21-Jan-02 19:02 
GeneralRe: new versus VirtualAlloc Pin
Phil F21-Jan-02 20:03
Phil F21-Jan-02 20:03 
GeneralRe: new versus VirtualAlloc Pin
alex.barylski22-Jan-02 10:18
alex.barylski22-Jan-02 10:18 
GeneralMCIWndCreate and Win2k Pin
21-Jan-02 13:15
suss21-Jan-02 13:15 
GeneralProblem subclassing CHeaderCtrl OnPaint Pin
Lea Johnson21-Jan-02 13:06
Lea Johnson21-Jan-02 13:06 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Jon Hulatt21-Jan-02 22:25
Jon Hulatt21-Jan-02 22:25 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Nish Nishant21-Jan-02 22:59
sitebuilderNish Nishant21-Jan-02 22:59 
GeneralI'm getting an Assert error when I try to get the contents of a CEdit Pin
Martin Marvinski21-Jan-02 13:05
Martin Marvinski21-Jan-02 13:05 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Christian Graus21-Jan-02 13:15
protectorChristian Graus21-Jan-02 13:15 

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.