connecting client to server
-
i have windows xp home edition sp2. i am working in visual C++ 6.0. i have a chatter client (Sample). i don't know how to connect to sever. how can i make server on my laptop. i want to know possible solutions. Thanks Bye
-
i have windows xp home edition sp2. i am working in visual C++ 6.0. i have a chatter client (Sample). i don't know how to connect to sever. how can i make server on my laptop. i want to know possible solutions. Thanks Bye
If you have the visual C++ 6.0 installed on your laptop as well, simply copy a chat server from the internet and run it. Get the IP of your laptop and ask the client to connect to the server using that IP.
-
If you have the visual C++ 6.0 installed on your laptop as well, simply copy a chat server from the internet and run it. Get the IP of your laptop and ask the client to connect to the server using that IP.
i have copied the server(Sample of visual C++) from internet. but how can i get the ip address.
-
If you have the visual C++ 6.0 installed on your laptop as well, simply copy a chat server from the internet and run it. Get the IP of your laptop and ask the client to connect to the server using that IP.
actually i have to just check the sample program of visualC++ 6.0 a)CHATTER b) CHATSER for chatter it asks me to provide the 1)handle. 2)Server for server it asks me to provide 1) channel. now what should i do