I always get check failed with XE4, some code worked with D2007.
Could you please fix that issue in your 1.15 BETA
procedure TFormMain.cpChecked(Sender: TObject; Status: TExeStatus);
begin
if System.DebugHook = 0 then
if (Status <> exeSuccess) then showmessage('check failed');
//if (Status <> exeSuccess) then raise Exception.CreateRes(0);
end;
Sorry this ticket is invalid.