Hi!
Amazing project !!
I've tried to compiled one of examples in Lazarus PASCAL and I get this error:
"uSMBIOS.pas(4040,66) Error: range check error in set constructor or duplicate set element"
in line:
SMBIOS_INTERMEDIATE_ANCHOR_STRING_VALUE = [$5F, $44, $4D, $49, $5F];
I understand it is not possible to put $F5 twice. What's the right values?
Thanks in advanced