cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

frijx
Journeyman III

How to access Card temperatures c#

Im trying to access the gpu temperatures of my HD 5970. I have referenced the following dll's in visual studio:

C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static\CLI.Aspect.OverDrive5.Graphics.Shared.dll

Now I see there is a function call getTemperature:

Here is my code so far :

  SOverDrive5 oD = new SOverDrive5(????); // I have no idea what argument I need to supply

            oD.GetTemperature(1);

I am also not sure what other dll's

I am also getting the following error due to a reference missing. Any help would be appreciated I am new to this type of stuff, so I do apologize for any dumb questions.

Error65The type or namespace name 'ATI' could not be found (are you missing a using directive or an assembly reference?)D:\Development\Projects\Desktop\Temp Read\AtiTemps\AtiTemps\Form1.cs97AtiTemps
0 Likes
0 Replies