|
@@ -211,7 +211,7 @@ begin
|
|
except
|
|
except
|
|
begin
|
|
begin
|
|
MessageBox(0, PChar(Format('Could not load %s: %s' {$IFDEF DEBUG} + #13#10#13#10'Did you build the ISCmplr project?' {$ENDIF},
|
|
MessageBox(0, PChar(Format('Could not load %s: %s' {$IFDEF DEBUG} + #13#10#13#10'Did you build the ISCmplr project?' {$ENDIF},
|
|
- [ISCmplrDLL, AddPeriod(GetExceptMessage)])), nil, MB_OK or MB_ICONSTOP);
|
|
|
|
|
|
+ [ISCmplrDLL, GetExceptMessage])), nil, MB_OK or MB_ICONSTOP);
|
|
Halt(3);
|
|
Halt(3);
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
@@ -222,7 +222,7 @@ begin
|
|
except
|
|
except
|
|
begin
|
|
begin
|
|
MessageBox(0, PChar(Format('Could not load %s: %s' {$IFDEF DEBUG} + #13#10#13#10'Did you run Projects\Bin\synch-isfiles.bat as instructed in README.md?' {$ENDIF},
|
|
MessageBox(0, PChar(Format('Could not load %s: %s' {$IFDEF DEBUG} + #13#10#13#10'Did you run Projects\Bin\synch-isfiles.bat as instructed in README.md?' {$ENDIF},
|
|
- [IsscintDLL, AddPeriod(GetExceptMessage)])), nil, MB_OK or MB_ICONSTOP);
|
|
|
|
|
|
+ [IsscintDLL, GetExceptMessage])), nil, MB_OK or MB_ICONSTOP);
|
|
Halt(4);
|
|
Halt(4);
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|