Client in XP and Server in vista
-
Hi All, I am trying to run a chat client-server application in vc++.The server is running on Windows Vista whereas client is running on Windows XP.The application failed.Can anybody tell me how to make it work. Regards, Abinash
-
Hi All, I am trying to run a chat client-server application in vc++.The server is running on Windows Vista whereas client is running on Windows XP.The application failed.Can anybody tell me how to make it work. Regards, Abinash
Abinash Mohanty wrote:
I am trying to run a chat client-server application in vc++.The server is running on Windows Vista whereas client is running on Windows XP.The application failed.Can anybody tell me how to make it work.
Yes: fix it. i.e. vague question -> vague answer. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Hi All, I am trying to run a chat client-server application in vc++.The server is running on Windows Vista whereas client is running on Windows XP.The application failed.Can anybody tell me how to make it work. Regards, Abinash
Abinash Mohanty wrote:
The application failed.
Wow, that was a very clear description of your problem :sigh: There's nothing wrong with using XP as client and Vista as server, so I guess you'll need to investigate a bit more than that (e.g. use your debugger).
Cédric Moonen Software developer
Charting control [v2.0] OpenGL game tutorial in C++ -
Hi All, I am trying to run a chat client-server application in vc++.The server is running on Windows Vista whereas client is running on Windows XP.The application failed.Can anybody tell me how to make it work. Regards, Abinash
While asking a question please be specific as to what you are using , what exactly is failing , which framework are you working on, what language you are using , what is the error you are getting in log file and in which method or function it fails.These all things are mandatory if you want a proper answer to your question. Else, its all to vague :) Regards, Kushagra I hate coding but I luv to develop .
-
Hi All, I am trying to run a chat client-server application in vc++.The server is running on Windows Vista whereas client is running on Windows XP.The application failed.Can anybody tell me how to make it work. Regards, Abinash
Sockets are not dependent on the operating systems (not even programming languages). You can have a C++ server and have a client written in VB (ugh...) connect to it. So, you have essentially given no clue. All we know is that your program is "not working". So, the only possible suggestion to you would be "then fix it". If you could give more details and be specific, one or the other would definitely answer your query. You might as well look at one of those plenty of articles on client/server programming. Search CP.
“Follow your bliss.” – Joseph Campbell