I have a rather difficult problem I have been struggling with for a while now.
I have two programs which need to run at the same time, but each program needs each other's objects from time to time.
So why not combine them into one big program with a launcher. Firstly I need to send a request to the launcher when the program
icon is clicked on to launch a program which I'm not really sure how to do.
Secondly, I would need to do all the threading to get the programs to run concurrently instead of letting windows do all of that
which would be a lot more simple.
Can anybody venture a solution to any part of this, or an alternative approach?
Thanks,
Dan
I have two programs which need to run at the same time, but each program needs each other's objects from time to time.
So why not combine them into one big program with a launcher. Firstly I need to send a request to the launcher when the program
icon is clicked on to launch a program which I'm not really sure how to do.
Secondly, I would need to do all the threading to get the programs to run concurrently instead of letting windows do all of that
which would be a lot more simple.
Can anybody venture a solution to any part of this, or an alternative approach?
Thanks,
Dan