Page 1 of 1

GetCoreTempInfo.lib in OMF Format

Posted: Thu Feb 03, 2011 4:33 pm
by nbaztec
Hi,
I'm trying to incorporate CoreTemp's shared space into my app, but the problem is that the library file (and the .dll) distributed are in COFF Format (native to VC++). I however am using a different Borland Compiler which requires OMF format. Can anyone please re-compile the GetCoreTempInfo.lib in Borland Compiler so as to generate a valid OMF Library.

Thanks.
Nisheeth Barthwal

Re: GetCoreTempInfo.lib in OMF Format

Posted: Thu Feb 03, 2011 5:20 pm
by The Coolest
If it's a free download, I could do that.

Re: GetCoreTempInfo.lib in OMF Format

Posted: Thu Feb 03, 2011 5:46 pm
by nbaztec
The Coolest wrote:If it's a free download, I could do that.
https://downloads.embarcadero.com/free/c_builder
Maybe this ought to do it.
Thanks a ton for doing this. Much appreciated.

Re: GetCoreTempInfo.lib in OMF Format

Posted: Thu Feb 03, 2011 11:25 pm
by The Coolest
Here you go, please let me know if it works.
It seems that this IDE doesn't provide a 64bit compiler, but its pretty nice.

Re: GetCoreTempInfo.lib in OMF Format

Posted: Fri Feb 04, 2011 5:51 am
by nbaztec
The Coolest wrote:Here you go, please let me know if it works.
It seems that this IDE doesn't provide a 64bit compiler, but its pretty nice.
Thanks a ton for this. Works like a charm :)

Re: GetCoreTempInfo.lib in OMF Format

Posted: Fri Feb 04, 2011 7:44 am
by The Coolest
Great :)