Thema: Delphi Comparing functions

Einzelnen Beitrag anzeigen

Razor
(Gast)

n/a Beiträge
 
#8

Re: Comparing functions

  Alt 29. Aug 2007, 11:40
Basicly this can't compile...

Delphi-Quellcode:
var
pdata:Cardinal;
begin

omcdrv.GetPCIRDWord(0,24,$03,$E4,pdata); // Here i get Internal error L1333
omcdrv.SetPCIRDWord(0,24,$03,$E4, pdata and not (1 shl 2));

C0:= Format('%d °C',[(pdata shr 16 and $FF)-49]);
Label0.Caption := C0;



//procedure GetPCIRDWord(dwBus, dwDev, dwFunc, offs: byte; var pdata: Cardinal);
  Mit Zitat antworten Zitat