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:
var
mem:cMemory;
begin
mem:=cMemory.create;
ShowMessage(mem.fgRAMInfo.DRAMType);
Return an empty message box.
Looks like DetectMemCtrl does not find a Controller (VendorID and DeviceID return 0)