Madexcept-.bpl [exclusive] Today
In rare cases, system restores can break the registration of these files, leading to errors that coincide with other system failures like lost sound or erratic performance in Windows games.
procedure TForm1.Button1Click(Sender: TObject); begin try // Code that might raise an exception except on E: Exception do begin // Handle exception using Mad Except MadExcept.HandleException(E); end; end; end; madexcept-.bpl