lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
438 stars 76 forks source link

All main board methods return <unknown> on Windows #36

Closed dmitr-fedorov closed 1 year ago

dmitr-fedorov commented 1 year ago

The README says that almost all the MainBoard methods are implemented, but they return < unknown > for me. Can it be the problem on my end or the methods are really not implemented properly?

lfreist commented 1 year ago

Hi!

The methods are implemented and work on my test systems.

May I ask, what windows version and compiler you used?

dmitr-fedorov commented 1 year ago

I use Windows 10 and MSVC 14.3 compiler.

lfreist commented 1 year ago

I am currently on Holliday. I'll check this next week! There might got a bug into this in one of the last commits...