Delphi-PRAXiS
Seite 5 von 7   « Erste     345 67      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   core2duotemp.c to core2duotemp.pas (https://www.delphipraxis.net/97137-core2duotemp-c-core2duotemp-pas.html)

hathor 9. Nov 2007 11:39

Re: core2duotemp.c to core2duotemp.pas
 
ExpressOrgChart by Developer Express Inc

What's this???

I accept source code only!

Razor 9. Nov 2007 11:43

Re: core2duotemp.c to core2duotemp.pas
 
this is perfectly ok just test it and report what does it report when reading msrs.Becouse i get 0

Razor 9. Nov 2007 13:08

Re: core2duotemp.c to core2duotemp.pas
 
Can someone test?

Phoenix 9. Nov 2007 13:27

Re: core2duotemp.c to core2duotemp.pas
 
Razor: I'm personally going to ask our Admin, Daniel, to temporarily ban your account for at least 48 hours if you are pushing only a single more time! Treat this as a very, very last warning.

You have been told multiple times that pushing is not allowed. So do not push again.

Razor 9. Nov 2007 13:29

Re: core2duotemp.c to core2duotemp.pas
 
Reply to my PM!And take action!

Hador 9. Nov 2007 14:09

Re: core2duotemp.c to core2duotemp.pas
 
EDIT: Ich habe doch glatt eine Seite übersehen und auf 'n uralten Post geantwortet, sry :wall:

Razor 9. Nov 2007 14:13

Re: core2duotemp.c to core2duotemp.pas
 
Yea and? :)

Razor 7. Mai 2008 21:47

Re: core2duotemp.c to core2duotemp.pas
 
Well any new news on this?Seems nobody cares about this topic or is it just me

hathor 29. Mai 2008 20:13

Re: core2duotemp.c to core2duotemp.pas
 
Zitat:

Zitat von Razor
Well any new news on this?Seems nobody cares about this topic or is it just me

Look@here:
http://www.delphipraxis.net/internal...=893921#893921

Razor 29. Mai 2008 20:17

Re: core2duotemp.c to core2duotemp.pas
 
Ahh hathor tooo late!You are late...

I've made it 2 months ago.. aswell my driver and the K8(Athlon 64,Athlon X2) and K10(Phenom X4 and X3 and Opteron) readings all internal sensor.Shows same as coretemp..I did it my own no forum asking nothing..so yes :lol:

Delphi-Quellcode:
  function intelcore(cpuaffinity:dword):string;
var
msrvalue:tmsr;
eax,x,edx:dword;
s:string;
o:integer;

begin

RDMSRex($19C,msrvalue,cpuaffinity);
If msrvalue.LowPart and $8000 > 0 then
begin

x := eax;
x:=x shr 16 and $0000ff     ;
s:=Format('%8.8x', [x]);
o:=TJunction-HexToInt(S);
result:=inttostr(o)+' °C';
end;
end;
//Rdmsr($EE,msrvalue);
//IF msrvalue.HiPart and $40000000 = 0 then TJunction := 100 Else TJunction := 85;


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:14 Uhr.
Seite 5 von 7   « Erste     345 67      

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz