Einzelnen Beitrag anzeigen

Razor
(Gast)

n/a Beiträge
 
#13

Re: C++ 2 Delphi, Core2duo/quad Reading

  Alt 28. Aug 2007, 12:58
Alright wrong thinking yes...


As i have seen in other code C code the athor of it said to me that hi and lo are dwords

So...

Delphi-Quellcode:
Var
hi,lo:DWORD;
But the address is 0x19C,so we have to read MSR for 100 TjMAX and 85 Tjmax





i have this function in another driver i found,can this read this thing as we want to?

Delphi-Quellcode:
function ReadMSR(msr_num: DWord; var msr: tmsr): boolean;

ReadMSR(lo,0x19C):=true; //i doubt this is the way and thats why i ask if it is
  Mit Zitat antworten Zitat