Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problems distributing release version Pin
Cedric Moonen12-Feb-08 20:29
Cedric Moonen12-Feb-08 20:29 
GeneralRe: Problems distributing release version Pin
Tom Paronis13-Feb-08 9:49
Tom Paronis13-Feb-08 9:49 
Generalint * -vs- Object * Pin
Areal Person12-Feb-08 11:44
Areal Person12-Feb-08 11:44 
GeneralRe: int * -vs- Object * Pin
Mark Salsbery12-Feb-08 12:34
Mark Salsbery12-Feb-08 12:34 
GeneralRe: int * -vs- Object * Pin
CPallini12-Feb-08 21:29
mveCPallini12-Feb-08 21:29 
GeneralRe: int * -vs- Object * Pin
Areal Person13-Feb-08 4:57
Areal Person13-Feb-08 4:57 
GeneralRe: int * -vs- Object * Pin
Mark Salsbery13-Feb-08 8:16
Mark Salsbery13-Feb-08 8:16 
GeneralConnecting to another computer on the internet (i.e. remotely) Pin
Member 26088012-Feb-08 11:10
Member 26088012-Feb-08 11:10 
I am currently using the NDK 2.0 which is working great (NDK uses CSocket).

Here is the problem....

I have a server running on Computer A which resides a couple of miles away. When trying to connect from Computer B, I am unsuccessful.

I use HughesNet (DirecWay) satellite as my way to connect to the internet. On both ends are a local network that the Hughes net modem assigns internal IP addresses (192.xxx.xxx.xxx addresses). I can get the external IP address (using www.checkip.org) no problem.

I can even ping the external IP addresses with no problems (with firewall disabled).

Trying to communicate from Computer A to B or B to A produces an "unable to connect" message.

I have disabled the firewalls and still the same. I can "ping" the server computer no problem, but connecting using NDK (CSocket) is not possible.

Any ideas? Can someone point me to code/articles that may help. What am I missing here? Do I need a special port?

Thanks.. Frown | :(
Tim
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Mark Salsbery12-Feb-08 12:38
Mark Salsbery12-Feb-08 12:38 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Member 26088012-Feb-08 12:59
Member 26088012-Feb-08 12:59 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Mark Salsbery12-Feb-08 13:08
Mark Salsbery12-Feb-08 13:08 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Member 26088013-Feb-08 18:14
Member 26088013-Feb-08 18:14 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Mark Salsbery13-Feb-08 19:37
Mark Salsbery13-Feb-08 19:37 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Member 26088014-Feb-08 2:16
Member 26088014-Feb-08 2:16 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Member 26088014-Feb-08 3:05
Member 26088014-Feb-08 3:05 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Mark Salsbery14-Feb-08 6:26
Mark Salsbery14-Feb-08 6:26 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Mark Salsbery12-Feb-08 13:13
Mark Salsbery12-Feb-08 13:13 
QuestionRe: Connecting to another computer on the internet (i.e. remotely) Pin
David Crow13-Feb-08 3:34
David Crow13-Feb-08 3:34 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
Member 26088014-Feb-08 3:08
Member 26088014-Feb-08 3:08 
GeneralRe: Connecting to another computer on the internet (i.e. remotely) Pin
David Crow14-Feb-08 4:58
David Crow14-Feb-08 4:58 
GeneralGetting Selected List item Pin
masnu12-Feb-08 10:55
masnu12-Feb-08 10:55 
GeneralRe: Getting Selected List item Pin
Member 26088012-Feb-08 11:24
Member 26088012-Feb-08 11:24 
GeneralRe: Getting Selected List item Pin
Mark Salsbery12-Feb-08 12:43
Mark Salsbery12-Feb-08 12:43 
QuestionVC++ debugger hang expanding a vector<string> variable</string> [modified] Pin
mr95412-Feb-08 6:29
mr95412-Feb-08 6:29 
GeneralRe: VC++ debugger hang expanding a vector variable Pin
Mark Salsbery12-Feb-08 6:47
Mark Salsbery12-Feb-08 6:47 

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.