65,211
社区成员
发帖
与我相关
我的任务
分享--------------------Configuration: testWMI - Win32 Debug--------------------
Compiling...
testWMI.cpp
F:\test\testWMI\testWMI.cpp(5) : fatal error C1083: Cannot open include file: 'wbemidl.h': No such file or directory
Error executing cl.exe.
testWMI.exe - 1 error(s), 0 warning(s)
#define _WIN32_DCOM
#include <iostream>
using namespace std;
#include <comdef.h>
#include <wbemidl.h>
#pragma comment(lib, "wbemuuid.lib")