RRUZ / tsmbios

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

TSMBIOS and Lazarus 1.0.10 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add "usmbios.pas" to any project in Lazarus 1.0.10
2. Add the creator procedure to the code.
2. Try to compile it

What is the expected output? What do you see instead?
After the application executes:
"Project xxx raised exception class 'EVariantError' with message:
Invalid variant type cast". Debugger points to line 4426 which is 
"LoadSMBIOSWMI" procedure.

What version of the product are you using? On what operating system?
Lazarus 1.0.10 (FPC 2.6.2) + Windows 7 x86.

Please provide any additional information below.
Sample program attached. Lazarus examples from the SVN are not even want to 
open in new Lazarus.

Original issue reported on code.google.com by tomo.nip...@gmail.com on 8 Aug 2013 at 10:38

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r105.

Original comment by Rodrigo.Ruz.V@gmail.com on 10 Aug 2013 at 1:55