I am looking to create an easy, simple inter-communiction system between 2 applications.
I have a c++ console app (technically not a dos app because it does require use of a dll) that I am writing a menu application for, and I want to be able to send messages back and forth between the 2 programs. I was thinking of trying to make use of global variables to achieve this communication, or possible a text file on the users hard drive.
Does anyone have any suggestions on:
a) Will this approach work?
b) How to achieve this communication in another way?
Thanks for the input!
Panthaur
I have a c++ console app (technically not a dos app because it does require use of a dll) that I am writing a menu application for, and I want to be able to send messages back and forth between the 2 programs. I was thinking of trying to make use of global variables to achieve this communication, or possible a text file on the users hard drive.
Does anyone have any suggestions on:
a) Will this approach work?
b) How to achieve this communication in another way?
Thanks for the input!
Panthaur