?
Tach,
also habe mir heut nochmals die ganze Sache reingezogen,
ich habe dabei festgestellt das mein Problem gar net existiert.
Das bedeutet also ein mit CreateProzess gestartetet Programm wird
gar net automatisch beendet sobald die MainApplication dazu beendet wird.
STARTUPINFO startupInfo = {0};
startupInfo.cb = sizeof(startupInfo);
PROCESS_INFORMATION processInformation;
char *slProgr = "C:\\WINNT\\notepad.exe";
CreateProcess(NULL , slProgr, NULL, NULL, false, NORMAL_PRIORITY_CLASS,
NULL, ExtractFilePath(slProgr).c_str(), &startupInfo, &processInformation);
Und warum sagt mir das keiner ?
bis bald
~(jaja ich weiss is hier kein Winapi-Forum)~