![]() |
AW: Memory Information?
Where can i find all these dependancies ?
Is there a zip somewhere or a sample project ? Thanks !! |
AW: Memory Information?
Liste der Anhänge anzeigen (Anzahl: 1)
All needed units inside
|
AW: Memory Information?
Thank you !
It compiles but i'm unable to access my memories properties. I'm trying to access for each memory bank to : - Manufacturer - Size - Type (DDR2, DDR3,...) - Serial Number,... Just like what WMI / SMBIOS retrieves (but with not success on some machine whereas Speccy seems to be able to access these data thru SMBus). Can you help ? Here is what I used :
Code:
Return an empty message box.
var
mem:cMemory; begin mem:=cMemory.create; ShowMessage(mem.fgRAMInfo.DRAMType); Looks like DetectMemCtrl does not find a Controller (VendorID and DeviceID return 0) |
AW: Memory Information?
And, last question, can i use this code to directly access these tables :
![]() |
AW: Memory Information?
In fact, i'd be looking for this :
![]() |
AW: Memory Information?
SPDTool_063.zip
![]() RW Everything ![]() SMBus incl. dump_spd ![]() |
AW: Memory Information?
Zitat:
Anyone can help ? Technically, how can i replace
Code:
by something acceptable in Delphi for Windows (D7) ?
status=devctl(fd, DCMD_SMBUS_READ, &cmd, sizeof(cmd), NULL);
|
AW: Memory Information?
Liste der Anhänge anzeigen (Anzahl: 1)
|
AW: Memory Information?
Zitat:
|
AW: Memory Information?
Up...
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:16 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