Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string to LRESULT Pin
Stephen Hewitt9-Feb-08 17:48
Stephen Hewitt9-Feb-08 17:48 
GeneralRe: string to LRESULT Pin
Zerox MXI9-Feb-08 17:57
Zerox MXI9-Feb-08 17:57 
GeneralRe: string to LRESULT Pin
Hamid_RT10-Feb-08 20:51
Hamid_RT10-Feb-08 20:51 
GeneralNetworking via Internet in C++ Pin
Michael Fritzius9-Feb-08 13:01
professionalMichael Fritzius9-Feb-08 13:01 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster9-Feb-08 19:20
professionalGarth J Lancaster9-Feb-08 19:20 
GeneralRe: Networking via Internet in C++ Pin
Michael Fritzius11-Feb-08 6:28
professionalMichael Fritzius11-Feb-08 6:28 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster11-Feb-08 13:40
professionalGarth J Lancaster11-Feb-08 13:40 
GeneralRe: Networking via Internet in C++ Pin
Michael Fritzius12-Feb-08 5:25
professionalMichael Fritzius12-Feb-08 5:25 
Garth J Lancaster wrote:
so you have a client and a server app - they should be able to run on your own home network - so, you could use two machines plugged into a switch/hub, with different 192.168.0.x addresses on each of them - but here's a thought - get a copy of VMWare Desktop, set up two VM's, then run your client/server on them ... really, there's nothing to stop you testing both components on one machine anyway, using 127.0.0.1 (which most NIC cards assign as a local/loop address)


That makes sense. This is something I've already tried, and it works flawlessly (with the testing between two in-network machines I mean). I can even test both apps on the same computer with good results.


Garth J Lancaster wrote:
Then, you seem to have a dial up account (the modem is a giveaway) - I'd talk to your ISP about the address they give you it could be that you need a 'static'/fixed ip address on the 'outside' ie public space .. this will help you when you have to go through firewalls etc because if its 'dynamic' it will change all the time which is a real pain


Actually it's a DSL setup, but what you said still holds true--dynamic IP would be a problem if I'm expecting it to stay static. A question though, totally out of left field: If I had a server app running on a static IP and any client running on a dynamic IP, is it possible to send the current IP assigned to the client out to the server?


Garth J Lancaster wrote:
It really sounds like apart from testing the basic server/client, you need more help than I can give you - I dont set networks up for a living - we have a team that specialises in that, and becuase I work for a huge company, its quite involved - multiple firewalls, 'dmz' seperating internal network from public space etc


Aw man... Well you have helped me quite a bit so far, with just talking about how basic networking works. Sometimes just being told a few things many many times helps me figure out what I'm doing wrong Poke tongue | ;-P

If you still have more suggestions though, I'm open. Thank you so much for your time.

Michael
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster12-Feb-08 11:11
professionalGarth J Lancaster12-Feb-08 11:11 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster12-Feb-08 11:13
professionalGarth J Lancaster12-Feb-08 11:13 
GeneralRe: Networking via Internet in C++ Pin
Michael Fritzius14-Feb-08 5:10
professionalMichael Fritzius14-Feb-08 5:10 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster14-Feb-08 10:44
professionalGarth J Lancaster14-Feb-08 10:44 
GeneralRe: Networking via Internet in C++ Pin
Garth J Lancaster12-Feb-08 16:05
professionalGarth J Lancaster12-Feb-08 16:05 
Generalsystem() -passing a variable parameter to wget thro cmd Pin
Gregor Casar9-Feb-08 11:45
Gregor Casar9-Feb-08 11:45 
QuestionRe: system() -passing a variable parameter to wget thro cmd Pin
Mark Salsbery9-Feb-08 12:20
Mark Salsbery9-Feb-08 12:20 
GeneralRe: system() -passing a variable parameter to wget thro cmd [modified] Pin
Gregor Casar9-Feb-08 12:29
Gregor Casar9-Feb-08 12:29 
GeneralRe: system() -passing a variable parameter to wget thro cmd Pin
Mark Salsbery10-Feb-08 9:16
Mark Salsbery10-Feb-08 9:16 
GeneralRe: system() -passing a variable parameter to wget thro cmd Pin
David Crow11-Feb-08 3:37
David Crow11-Feb-08 3:37 
GeneralRuntime control creation in VC++ Pin
rp_suman9-Feb-08 6:30
rp_suman9-Feb-08 6:30 
AnswerRe: Runtime control creation in VC++ Pin
Hamed Musavi9-Feb-08 7:30
Hamed Musavi9-Feb-08 7:30 
GeneralRe: Runtime control creation in VC++ Pin
rp_suman9-Feb-08 22:06
rp_suman9-Feb-08 22:06 
QuestionRe: Runtime control creation in VC++ Pin
Mark Salsbery9-Feb-08 8:23
Mark Salsbery9-Feb-08 8:23 
GeneralRe: Runtime control creation in VC++ Pin
rp_suman9-Feb-08 21:58
rp_suman9-Feb-08 21:58 
GeneralRe: Runtime control creation in VC++ Pin
Mark Salsbery10-Feb-08 8:58
Mark Salsbery10-Feb-08 8:58 
GeneralRe: Runtime control creation in VC++ Pin
Hamid_RT10-Feb-08 20:57
Hamid_RT10-Feb-08 20:57 

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.