Page 1 of 1

GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 5:53 pm
by ca6omep
!

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 6:33 pm
by ca6omep
Coolest only you can help me...plzzzzzzzzzzz!

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 7:18 pm
by The Coolest
I assume that Core Temp is running in the background, because this won't work without it.
GetTempInfo should return a true or false, what's the value you get from it?

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 7:24 pm
by ca6omep
MsgBox tdata.fTemp(0)
fTemp. but result is always 0.

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 7:32 pm
by The Coolest
As I said:
- What does the GetTempInfo call return?
- Do you have Core Temp running?
This is the basic stuff I need to know to answer.

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 7:53 pm
by ca6omep
!!!

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 7:58 pm
by The Coolest
Private Declare Function GetTempInfo Lib "GetCoreTempInfo.dll" Alias "fnGetCoreTempInfoAlt" (ByRef data As Any) As Boolean
This means that the function returns a value. If it's True, the function succeeded, if it's False then it means that the function has failed.
So this is the first thing you need to check, and not the resulting values.
Also Core Temp must be running for this to work, and you didn't answer whether it's running or not when you're trying to use the DLL...

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 8:10 pm
by ca6omep
no it's not runing.hm..i gonna try

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 8:12 pm
by ca6omep
what the hell... why when i running cpu temp my programm is working...is there any way to work my code whithout Core Temp?

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 8:45 pm
by The Coolest
No. The DLL is for the shared memory section in Core Temp. It's not standalone.
Core Temp must be running for this to work. (similar to the 'Core Temp Gadget').

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 8:51 pm
by ca6omep
respect Bro))))))))))))))))thanx you helped me)))ya)

Re: GetCoreTempInfo.dll in VB

Posted: Sat Feb 09, 2013 8:53 pm
by The Coolest
You're welcome. :) I'm glad I could help

Re: GetCoreTempInfo.dll in VB

Posted: Sun Feb 10, 2013 1:11 am
by ca6omep
Brother...and one more thing...Can you give me a CoreTemp prog without system Tray... Thanx

Re: GetCoreTempInfo.dll in VB

Posted: Sun Feb 10, 2013 1:49 am
by The Coolest
I can't do a version without a system tray icon, but you can set Core Temp to only show one small icon in the system tray like this:

Image

Re: GetCoreTempInfo.dll in VB

Posted: Sun Feb 10, 2013 4:12 pm
by ca6omep
Hi my friend. I have a question. can i use your project Core Temp in commercial use.. I wrote big project on Visual Basic 6.0...but to get CPU temp in my code i need your programm running.

thanx

Re: GetCoreTempInfo.dll in VB

Posted: Sun Feb 10, 2013 11:29 pm
by ca6omep
are you there? I really need your answer!

Re: GetCoreTempInfo.dll in VB

Posted: Mon Feb 11, 2013 1:20 am
by The Coolest
I'm here now, but I can't be here 24/7.
There is no commercial license available right now, but I'm working on it.
At this point I do not plan on offering it for free, but the exact license terms have yet to be decided, so I can't really give any details now.

Re: GetCoreTempInfo.dll in VB

Posted: Mon Feb 11, 2013 1:29 am
by ca6omep
SO your answer... I just simply running your programm..without any modification.... by this, my code working... I must send my project today...all is in your hands!

Re: GetCoreTempInfo.dll in VB

Posted: Mon Feb 11, 2013 2:15 am
by The Coolest
I'm sorry, but today I can't supply you with a commercial license.

Re: GetCoreTempInfo.dll in VB

Posted: Mon Feb 11, 2013 2:21 am
by ca6omep
and what about your SDK for developers.. Can I use this in commercial ?

Re: GetCoreTempInfo.dll in VB

Posted: Mon Feb 11, 2013 10:36 am
by The Coolest
You can use the SDK, no problem, you just can't include Core Temp with your software.
You will have to point users to go to the "Core Temp" website to download and install it themselves.