Anyone have a good way to control an standalone EXE or a DLL from another
program? This program, which performs low-level port I/O, would be launched
from the parent app and keep running, responding to a few simple commands
from the parent, such as "Start", "Stop", "Set Parameter X to 1" and of
course "Terminate".
I've considered defining some custom Windows messages, using a shared memory
location, or even a simple disk file.
Any ideas?
Thanks!
------------------
Mark Newman
program? This program, which performs low-level port I/O, would be launched
from the parent app and keep running, responding to a few simple commands
from the parent, such as "Start", "Stop", "Set Parameter X to 1" and of
course "Terminate".
I've considered defining some custom Windows messages, using a shared memory
location, or even a simple disk file.
Any ideas?
Thanks!
------------------
Mark Newman
Comment