Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#11

Re: openlibsys.org Open source driver

  Alt 5. Mai 2008, 23:47
Zitat von Razor:
Delphi-Quellcode:
  ho := ExtractFilePath(application.ExeName) + 'WinRing0x64.DLL';

  if FileExists(ho) then
  begin
    RING0 := LoadLibrary(PChar(Pfad)); // build "ho" and use "Pfad"? Copy&Paste error

    if RING0 > 0 then // why > 0? see MSDN documentation: it states != NULL
      showmessage('loaded');
  end;
end;
Be more accurate on the basics! This is fundamental for such applications as you want to build...
  Mit Zitat antworten Zitat