Thema: Delphi Comparing functions

Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#76

Re: Comparing functions

  Alt 8. Nov 2007, 13:15
Zitat von devidespe:
Herefore you could create a simple DOS application like:

Delphi-Quellcode:
program dosporttest;
uses crt, dos;
begin
  clrscr;
  writeln(port[$378]);
  writeln(port[$70]);
  readln;
end.
At least that is always my way to verify a windows based hardware near function.
Only possible if you are using a 16 bit compiler system like turbo pascal. (or - with changes in code - 32 bit windows app unter Win9x)
  Mit Zitat antworten Zitat