发布网友 发布时间:2022-04-21 08:55
共1个回答
热心网友 时间:2023-11-08 10:18
以下是各种错误,不看也可
用vs2015打开前几天用vs2015写好的程序,该程序么有用Windows 7 SDK V7.1中的api,并且在平台工具集里也是选的v140
1>c:\program files\microsoft sdks\windows\v7.1\include\sal_supp.h(57): error C2220: 警告被视为错误 - 没有生成“object”文件。
用vs2010打开sdk中的例子,x86
1>Link:
1> 正在创建库 D:\VS2010project\RenderExclusiveEventDriven\Debug\WASAPIRenderExclusiveEventDriven.lib 和对象 D:\VS2010project\RenderExclusiveEventDriven\Debug\WASAPIRenderExclusiveEventDriven.exp
1>WASAPIRenderer.obj : error LNK2019: 无法解析的外部符号 __imp__CoTaskMemFree@4,该符号在函数 "public: void __thiscall CWASAPIRenderer::Shutdown(void)" (?Shutdown@CWASAPIRenderer@@QAEXXZ) 中被引用
1>WASAPIRenderExclusiveEventDriven.obj : error LNK2001: 无法解析的外部符号 __imp__CoTaskMemFree@4
1>WASAPIRenderer.obj : error LNK2019: 无法解析的外部符号 __imp__CoUninitialize@0,该符号在函数 "private: unsigned long __thiscall CWASAPIRenderer::DoRenderThread(void)" (?DoRenderThread@CWASAPIRenderer@@AAEKXZ) 中被引用
1>WASAPIRenderExclusiveEventDriven.obj : error LNK2001: 无法解析的外部符号 __imp__CoUninitialize@0
1>WASAPIRenderer.obj : error LNK2019: 无法解析的外部符号 __imp__CoInitializeEx@8,该符号在函数 "private: unsigned long __thiscall CWASAPIRenderer::DoRenderThread(void)" (?DoRenderThread@CWASAPIRenderer@@AAEKXZ) 中被引用
1>WASAPIRenderExclusiveEventDriven.obj : error LNK2001: 无法解析的外部符号 __imp__CoInitializeEx@8
1>WASAPIRenderExclusiveEventDriven.obj : error LNK2019: 无法解析的外部符号 __imp__PropVariantClear@4,该符号在函数 "wchar_t * __cdecl GetDeviceName(struct IMMDeviceCollection *,unsigned int)" (?GetDeviceName@@YAPA_WPAUIMMDeviceCollection@@I@Z) 中被引用
1>WASAPIRenderExclusiveEventDriven.obj : error LNK2019: 无法解析的外部符号 __imp__CoCreateInstance@20,该符号在函数 "bool __cdecl PickDevice(struct IMMDevice * *,bool *,enum __MIDL___MIDL_itf_mmdeviceapi_0000_0000_0002 *)" (?PickDevice@@YA_NPAPAUIMMDevice@@PA_NPAW4__MIDL___MIDL_itf_mmdeviceapi_0000_0000_0002@@@Z) 中被引用
1>D:\VS2010project\RenderExclusiveEventDriven\Debug\WASAPIRenderExclusiveEventDriven.exe : fatal error LNK1120: 5 个无法解析的外部命令
平台改为x
fatal error LNK1120: 100 个无法解析的外部命令
每次我都确认了VC++包含目录,库目录,确实正确的设置了sdk的对应目录。