Page 1 of 1

Issues with GetData()

Posted: Thu Jun 09, 2011 9:25 pm
by Dizzymagoo
Everytime I try to call GetData() it returns false. Any ideas why this might be occuring?

Imports GetCoreTempInfoNET
Dim CTInfo As New CoreTempInfo
If (CTInfo.GetData()) Then
Console.WriteLine(CTInfo.GetTemp(0))
End If

Re: Issues with GetData()

Posted: Thu Jun 09, 2011 10:52 pm
by The Coolest
Do you have Core Temp running? Core Temp must be running for this to work.