Delphi-PRAXiS
Seite 10 von 23   « Erste     8910 111220     Letzte »    

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Software-Projekte der Mitglieder (https://www.delphipraxis.net/26-software-projekte-der-mitglieder/)
-   -   [Tool] GPU - Temperaturanzeige (für nVidia Grafikkarten.) (https://www.delphipraxis.net/96312-%5Btool%5D-gpu-temperaturanzeige-fuer-nvidia-grafikkarten.html)

Razor 10. Aug 2007 13:07

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Thank you very much Muetze1,i looked at pci32's code and i took some features out of it,puted it in a gui(form) and hey it works!
Ill post results soon! :)

Razor 10. Aug 2007 13:57

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Liste der Anhänge anzeigen (Anzahl: 1)
Ok i did some testing but when i run pci 32 it shows completly other info what my gui project shows me,but its the same source? :(

Razor 10. Aug 2007 14:52

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
*push* nobody cant help? :(

Muetze1 10. Aug 2007 15:15

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Zitat:

Zitat von Razor
*push* nobody cant help? :(

Hey boy, as said before: no pushing in the space of one day. Here are not 20 people only watching if you have new posts to handle them or creating answers!

I am on work, I can not look at it, so take down and wait...

/EDIT: Ok, I looked at it. Dude, you can not programm or understand it. Do you think it is ok to declare some variables and then check their value? Who fills this variables?

infotbl[] is the PCI configuration space and is multi-used for each found device. You are not searching for devices, you are not calling any function just print out what the variables contains. It is like this:

Delphi-Quellcode:
program time;

{$APPTYPE CONSOLE}

var
  MyTime: TTime;

begin
  WriteLn(TimeToStr(MyTime));
end.
This program does not print the actual time. Why not?

You just needle/bug us with your questions, pushing it - only willing to get complete code. No knownledge, no will to learn, no will to get to know what you are doing here.

Razor 11. Aug 2007 11:07

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
But why doesnt it work on gui?

Muetze1 11. Aug 2007 13:37

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Zitat:

Zitat von Razor
But why doesnt it work on gui?

Why should it work? You never wrote any code line gathering the information you need, you just print it out.

As long as you not have a clue about programming (specially Delphi as you ask here), there is no need to post anything here. The basic problem is: you want us to write your application or parts of it that you only need to combine. I won't work for you, writing your application (or parts of it) as long as you won't pay me or other things. All the threads your are posting or you created are mostly questions, that need a little bit more than just some for-to-do's. You need knowledge and also the comprehension for the posted code - that you have not. Some things you solved by copy and paste or somebody else wrote the code for you. I am not willing to be one of them...

Razor 11. Aug 2007 13:42

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
This is going waaay oftopic with your talk,rather just keep it for yourself! :wink:


And rather tell can this help about dll function calling?



; int __cdecl ATIDL_GetFanSpeed(DWORD iDevNum,int,int,int)
public ATIDL_GetFanSpeed
ATIDL_GetFanSpeed proc near

var_70= byte ptr -70h
var_64= dword ptr -64h
var_60= dword ptr -60h
var_5C= dword ptr -5Ch
var_58= dword ptr -58h
var_54= byte ptr -54h
var_50= dword ptr -50h
var_4C= dword ptr -4Ch
var_48= byte ptr -48h
var_40= dword ptr -40h
iDevNum= dword ptr 4
arg_4= dword ptr 8
arg_8= dword ptr 0Ch
arg_C= dword ptr 10h

sub esp, 70h
push esi
mov esi, [esp+74h+arg_8]
test esi, esi
jz loc_100070B6

Muetze1 11. Aug 2007 13:45

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Zitat:

Zitat von Razor
This is going waaay oftopic with your talk,rather just keep it for yourself! :wink:

I just want to prevent other to work for free for your project, because this work will probably nether be honoured.

Razor 11. Aug 2007 13:47

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
Look this is a forum help if you want otherwise just ignore it!I am 100% sure that if someone will want to help they will! :wink:

OlafSt 13. Aug 2007 08:50

Re: [Tool] GPU - Temperaturanzeige (fur nVidia Grafikkarten.
 
@muetze1: Den Gedanken mit den gebratenen Tauben hatte ich schon, als ich meinen ersten Post in diesem Thread schrieb...

Razor,

this forum will only show you the door - opening and walking through this door IS YOUR JOB.
You are just barking "Hey, there is the flavour" and then you are waiting for the bread, ready to eat.
This will not work here.

Learn coding and learn how to understand foreign code. Get the knowledge to glue the pieces of code together by yourself. Learn how to bake the bread ! If you fail THERE, we are willing to help.


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:57 Uhr.
Seite 10 von 23   « Erste     8910 111220     Letzte »    

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz