How to include "wbemidl.h" to execute wmi queries in qt?
How to include "wbemidl.h" to execute wmi queries in qt?
Just like any other header. Qt is a C++ library, it doesn't come with its own language or compiler.
Cheers,
_
It needs wbemuuid.lib to be linked. How to link the library to make wbemidl.h work?
Depends on your build system.
For qmake like this:
http://qt-project.org/doc/qt-4.8/qma...ther-libraries
Cheers,
_
Bookmarks