evoking binary excecutable in a C++ project -
i have main project carry out control tasks involve processing provided binary executables proga.exe, progb.exe, progc.exe. bad disadvantage don't have source codes of these progx.exe nor libraries except binary executables
is there way can write main project prepare input data, evoking & feed input data progx.exe , further process output? there such coding project?
i don't know if possible idea or not
there great documentation in msdn creating processes , redirecting input/output: creating child process redirected input , output
Comments
Post a Comment