if you are trying to get communication between 2 apps my suggestion is to go the simple way.
Make a TCP/IP server app and a TCP/IP client app each in whatever language you want.
you can send all the data you can client <-> server in the form of string packets and easily serialize and deserialize the data yourself with splits and whatnots.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum