Thema: Delphi Comparing functions

Einzelnen Beitrag anzeigen

Razor
(Gast)

n/a Beiträge
 
#64

Re: Comparing functions

  Alt 5. Nov 2007, 20:53
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
  Mit Zitat antworten Zitat