D
Daniel Fudge
I'm trying to call an executable and read an object from it. For sake
of simplicity say it's just the double "x". In my Read_Object.exe
code I can call the program with the following.
i = system ("Build_Object.exe");
Build_Object.exe creates an object that I require in the parent
program, Read_Object.exe. Is there a method to communicate between
child and parent?
If so, can you point me to it? Currently, I'm communicating via a
file.
Thanks,
Fudge
of simplicity say it's just the double "x". In my Read_Object.exe
code I can call the program with the following.
i = system ("Build_Object.exe");
Build_Object.exe creates an object that I require in the parent
program, Read_Object.exe. Is there a method to communicate between
child and parent?
If so, can you point me to it? Currently, I'm communicating via a
file.
Thanks,
Fudge