wo finde ich TDECProgressParams?
Delphi-Quellcode:
type
TForm1 = class(TForm)
Button1: TButton;
Edit1: TEdit;
ProgressBar1: TProgressBar;
procedure Button1Click(Sender: TObject);
private
procedure OnProgress(const Progress: TDECProgressParams);
public
procedure Process(const Min, Max, Pos: Int64); stdcall;
end;
Sicher wurden in den Sourcen die const Progress und TDECProgressParams verändert, doch diese Änderung
habe ich nicht und wo könnte ich sie möglicherweise finden?