![]() |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Okay i uploaded the whole thing source and dll.
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
I need the implementation for the following used functions:
Delphi-Quellcode:
So, basicly I need "GetDeviceID", "GetI2CBusNum", "ReadI2C" and "WriteI2C".
//get ptrs to required plugin API functions
g_pLocalizeWnd = (LOCALIZEWND_PROC)GetProcAddress(hHost, "LocalizeWnd"); g_pLocalizeStr = (LOCALIZESTR_PROC)GetProcAddress(hHost, "LocalizeStr"); g_pGetDeviceID = (GET_DEVICE_ID_PROC)GetProcAddress(hHost, "GetDeviceID"); if (!g_pGetDeviceID) return FALSE; g_pGetI2CBusNum = (GET_I2C_BUS_NUM_PROC)GetProcAddress(hHost, "GetI2CBusNum"); if (!g_pGetI2CBusNum) return FALSE; g_pReadI2C = (READ_I2C_PROC)GetProcAddress(hHost, "ReadI2C"); if (!g_pReadI2C) return FALSE; g_pWriteI2C = (WRITE_I2C_PROC)GetProcAddress(hHost, "WriteI2C"); if (!g_pWriteI2C) return FALSE; |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
Ok this is everything you need...i uploaded everything.
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Sorry, but this doesn't help. The requested functions are exported by RivaTuner. If you require RivaTuner to be installed, you can translate the given VT1103 source to Delphi.
|
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
no i do not require riva tuner to be installed i want to call functions.
Ok i uploaded what you need...Check it out. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Zitat:
Solution: 1. You get the source code of the posted functions directly from the RivaTuner source code. or 2. You require RivaTuner to be installed to use your tool. Then you can use the functions directly from RivaTuner. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Liste der Anhänge anzeigen (Anzahl: 1)
I'm missing in SDK\Samples\Plugins\Monitoring C2DTemp.
There it is: |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
All the files and sources you have uploaded here are from the RivaTuner-SDK. With them you can create a Plugin-DLL for Rivatuner. Of course we can see some interesting calls here - but the routines are INSIDE of RivaTuner.EXE (and thus exported from there). You WILL need RivaTuner running on the system to get these things working (or the source of RT, which is not available AFAIK).
I'm the founder of STLCD, a fairly well known LCD-Software here in Germany. And I'm looking for the same infos about ATI-Cards like you - for two years now. I know what I'm talking about, there will be no more information to find. |
Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
Alright sorry for buggin you all :)
When i debuged the atipdlxx.dll i found some interested things ; int __cdecl ATIDL_GetTemperature(DWORD iDevNum,int,int,int) ; int __cdecl ATIDL_GetFanSpeed(DWORD iDevNum,int,int,int) You wanted parameters here you have them |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:58 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz