Search found 8 matches

by Dr.InSide
Thu Jul 15, 2010 5:53 am
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

I have tested the DLL on a newer Netbook (Atom N455, Windows7), there
works it, but reports no CPUname (string is empty).

On my old ASUS EEE PC 901 (Atom N270) does works the DLL. But the
reported temperature is apparently too low. After switch power on report
it 0 °C, during operation 15-20 °C.
by Dr.InSide
Mon Jul 12, 2010 6:09 pm
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

@The Coolest: There is a newer version of GetCoreTempInfo.dll available (without .Net)? I use Version 1.0 from 2008. It does not work with Intel Atom CPU. It would be great if there exists a newer version. I extend my very old CPU-Monitor and is now using your DLL. Note: The CPU-Monitor is at moment...
by Dr.InSide
Thu Jul 01, 2010 10:32 pm
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

Yeah! Wonderful! :mrgreen:
Thanks for testing!
by Dr.InSide
Thu Jul 01, 2010 10:21 pm
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

Ok. Thanks for the information. The loop will now leave at the first null. I hope it works correctly now. Public Function ByteArrayToString(ByteArray() As Byte) As String Dim B As Variant For Each B In ByteArray() If B = 0 Then Exit For ByteArrayToString = ByteArrayToString & Chr$(B) Next End Fu...
by Dr.InSide
Thu Jul 01, 2010 9:53 pm
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

On my computers, I can not experience the problem. I have no idea why. See picture. http://vd-software.inside1.net/Sources/Visual%20Basic%206.0%20-%20Projects/GetCoreTempInfoVB6-CoreI7-950,.png That's the function: Public Function ByteArrayToString(ByteArray() As Byte) As String Dim B As Variant For...
by Dr.InSide
Thu Jul 01, 2010 9:33 pm
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

I had already removed the zero. Apparently there were problems
with Unicode conversion. Now it should work everywhere.
The new version is now on my server.
by Dr.InSide
Thu Jul 01, 2010 7:23 pm
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

Re: CoreTemp DLL sample for Visual Basic 6

Sorry!
In my php script had an error.
Now it should work again.
by Dr.InSide
Sat Jun 05, 2010 12:59 am
Forum: Development
Topic: CoreTemp DLL sample for Visual Basic 6
Replies: 17
Views: 44320

CoreTemp DLL sample for Visual Basic 6

Hello.

If someone need it ...

I have created a CoreTemp DLL sample project for Visual Basic 6.0.

The sample can be downloaded HERE.

Image

Go to advanced search