So, ihr Helden!
Vielen Dank für eure Hilfe. Für alle, die solche Deppen sind wie ich: So sieht das ganze jetzt aus und läuft perfekt:
Delphi-Quellcode:
uses ...ShellAPI;
-----------------
ChDir(GetRegData);
if ShellExecute(Application.Handle,PAnsiChar('open'),PAnsiChar('FLASHPOINTRESISTANCE.EXE'),PAnsiChar('-nosplash -nomap' +isChecked),nil,SW_ShowNormal)<32
then Mprot.Lines.Add('Error while starting game!')
else Mprot.Lines.Add('starting game...');