How can I connect a remote (accross network/internet)application to my current application's data structures?
I want to create some type of remote viewer.
Thanks for any help
-Sam
Printable View
How can I connect a remote (accross network/internet)application to my current application's data structures?
I want to create some type of remote viewer.
Thanks for any help
-Sam
then you need some sort of TCP/IP socket mechanism which will allow pass the data from one machine to another...
you can define ports and write a simple chat app where another app will make use of this chat app and pass/get thro and fro datas...
Paresh