Page 1 of 1

Delphi DEMO with use C# DLL

Posted: Thu Sep 24, 2009 1:51 pm
by bsdstap
I'm not experienced with use of external dll's in Delphi, but i want to use the coretemp dll's in Delphi.

Have anyone a demo how to use these dll's?

Re: Delphi DEMO with use C# DLL

Posted: Fri Sep 25, 2009 10:12 am
by The Coolest
Hello and welcome.
I would suggest PMing this guy to come to this thread and see if he can help.

Re: Delphi DEMO with use C# DLL

Posted: Sat Sep 26, 2009 11:12 am
by hathor
@bsdstap:

Wich DLL?
My DELPHI-Prog needs no DLL.
Look at here:
http://www.alcpu.com/forums/viewtopic.p ... lit=hathor
-----------------
The DLL is unnecessary.
The DLL only exports 2 functions:
fnGetCoreTempInfo:Boolean
fnGetCoreTempInfoAlt:Boolean

It says to the program, there is CORE_TEMP_SHARED_DATA - nothing else.

Re: Delphi DEMO with use C# DLL

Posted: Sat Sep 26, 2009 11:26 am
by The Coolest
He's talking about the DLL described here:
http://www.alcpu.com/CoreTemp/developers.html

Basically what he's asking is how to use a DLL from Delphi. Hope you can help.

Re: Delphi DEMO with use C# DLL

Posted: Tue Sep 29, 2009 10:56 pm
by The Coolest
Here's a Delphi library, contributed by Michal Kökörčený:
http://www.alcpu.com/CoreTemp/developers.html#Delphi