I have a problem:
I need to run a console application (there are application sources) right in my written application and also need to be able to close it.
So, now in more detail:
Suppose we have the source code for a console application that can be launched from the console with parameters. I am writing my own, also a console, application, but it will not launch from the console, and so, how can I "sew" this application into my own so that I can both launch and close it, all from my application.
Solutions like "Use the already built application and CreateProcess with parameters" are not suitable.
CreateProcessdoesn't work? - αλεχολυτ