Hallo,
Ich will eine .exe als ressource-datei an mein delphi-programm anhängen.
Hier meine .RC datei:
Wie ich sie einbinde
{$R MS.RES}
Und so will ich sie ausführen:
ShellExecute(Application.Handle, nil, PChar(1), nil, nil, Sw_show);
Aber ich bekomm ne address-vilation. Wieso?