Sorry for
DP but nobody knows how to?
Delphi-Quellcode:
var
isLoadDr: boolean;
procedure TMainFrm.FormCreate(Sender: TObject);
begin
isLoadDr := GetInstance.LoadDriver;
if not isLoadDr then MessageBox(form1.Handle,'Couldn''t Start I/O Driver! Some features will be disabled!', 'Couldn''t Start I/O Driver!', MB_ICONINFORMATION);
end;
So whats wrong with this code