RRUZ / tsmbios

Library to access the SMBIOS using Object Pascal (Delphi, FPC).
https://theroadtodelphi.wordpress.com/
202 stars 72 forks source link

RAWPhysicalMemoryArrayInformation.MaximumCapacity returning incorrect value #19

Open diegofernandesp opened 6 years ago

diegofernandesp commented 6 years ago

Hi. Thanks for this library. I experienced a incorrect return in the RAWPhysicalMemoryArrayInformation.MaximumCapacity var. My computer have 8GB of RAM. The library returns 33554432 Kb. I'm running on Delphi 7. Can you help me? Thank you.