Delphi-PRAXiS
Seite 4 von 5   « Erste     234 5      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi Memory Information? (https://www.delphipraxis.net/96808-memory-information.html)

turboManiac 10. Nov 2007 13:03

Re: Memory Information?
 
SMBUS read&write byte is for memory information but does anybody knows if this works? :|

Muetze1 10. Nov 2007 16:29

Re: Memory Information?
 
Zitat:

Zitat von turboManiac
SMBUS read&write byte is for memory information ...

Not only memory information. The SM-Bus is also used by the temperature and fan controlling hardware and many other (even cards) using the SM-Bus interface. The 3Com 3c905 full configurable networking card offers a SM-Bus interface connector and can be connected to the mainboard. So you can also access the network card and gathering information about it through the SM-Bus.

And how it works? The SM-Bus is completly documented because it is a hardware standard.

Razor 12. Nov 2007 22:24

Re: Memory Information?
 
@Muetze1:But where to get ports for example nforce motherboards?Basicly datasheets?But i think nforce info is gathered via PCI.

Muetze1 12. Nov 2007 22:43

Re: Memory Information?
 
Zitat:

Zitat von Razor
@Muetze1:But where to get ports for example nforce motherboards?Basicly datasheets?But i think nforce info is gathered via PCI.

We discussed all before and all needed thinks are said...

But for you once again: mostly all chipsets implement a SMBus controller PCI device. The device PCI register contains the port address of the SMBus interface. The ports are mostly a little bit vendor specific.

Look for a PCI device with class id 0x0c and sub class id 0x05.

Razor 13. Nov 2007 05:18

Re: Memory Information?
 
Thank you i will post my results after i make it. :)

Razor 16. Nov 2007 18:49

Re: Memory Information?
 
But i think i found an easier way

Delphi-Quellcode:
procedure TMainFrm.Button3Click(Sender: TObject);
begin

MiTeC_Machine1.SMBIOS.RefreshData;;

mainfrm.Caption:=inttostr(MiTeC_Machine1.SMBIOS.MemoryModule[1].Size);
end;
The caption is 0 after i press it size is cardinal :(

KyleKatarn 20. Dez 2013 13:06

AW: Memory Information?
 
Hi !

I need to access SDP from my Delphi 7 free application... where can i find the complete memory.pas module that have been discussed here ?

Thanks !!

jaenicke 20. Dez 2013 13:59

AW: Memory Information?
 
What about the one a few post above yours?
http://www.delphipraxis.net/96808-me...tml#post660360

KyleKatarn 20. Dez 2013 14:10

AW: Memory Information?
 
Thank you !

Same error as EarthQuaker :

Zitat:

[Fehler] Memory.pas(67): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(67): Operator oder Semikolon fehlt
[Fehler] Memory.pas(77): Operator oder Semikolon fehlt
[Fehler] Memory.pas(95): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(95): Operator oder Semikolon fehlt
[Fehler] Memory.pas(96): Operator oder Semikolon fehlt
[Fehler] Memory.pas(97): Operator oder Semikolon fehlt
[Fehler] Memory.pas(98): Operator oder Semikolon fehlt
[Fehler] Memory.pas(99): Operator oder Semikolon fehlt
[Fehler] Memory.pas(100): Operator oder Semikolon fehlt
[Fehler] Memory.pas(132): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(132): Operator oder Semikolon fehlt
[Fehler] Memory.pas(154): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(154): Operator oder Semikolon fehlt
[Fehler] Memory.pas(155): Operator oder Semikolon fehlt
[Fehler] Memory.pas(188): Undefinierter Bezeichner: 'GetInstance'
[Fehler] Memory.pas(188): Operator oder Semikolon fehlt
[Fehler] Memory.pas(189): Operator oder Semikolon fehlt
[Fehler] Memory.pas(213): Undefinierter Bezeichner: 'GetInstance
...
What should i do ? am i missing something ? (dependencies,....)

Horst0815 20. Dez 2013 15:22

AW: Memory Information?
 
add
Delphi-Quellcode:
uses OMCDrv;


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:24 Uhr.
Seite 4 von 5   « Erste     234 5      

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