RRUZ / tsmbios

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

uSMBIOS.pas code cannot be compiled with FPC 3.2.2 (Lazarus 3.2) #27

Open alpiki opened 3 months ago

alpiki commented 3 months ago

Hello; uSMBIOS.pas code cannot be compiled with FPC 3.2.2 (Lazarus 3.2). When I want to compile the Sample Project, the compilation fails with an error saying AnsiString Not Found. The debugger points to the AnsiStrings definition in the uses block.