search for: __imp_cotaskmemfree

Displaying 1 result from an estimated 1 matches for "__imp_cotaskmemfree".

2015 Nov 14
2
(no subject)
...pe example. I have copied the code verbatim from the full code listing and am running the following command: $ clang-cl toy.cpp deps/llvm/build/Debug/lib/*.lib //MDd -o toy.exe -I deps/llvm/include Which results in this error: LLVMSupport.lib(Path.obj) : error LNK2019: unresolved external symbol __imp_CoTaskMemFree referenced in function "bool __cdecl llvm::sys::path::getKnownFolderPath(struct _GUID,class llvm::SmallVectorImpl<char> &)" (?getKnownFolderPath at path@sys at llvm@@YA_N U_GUID@@AEAV?$SmallVectorImpl at D@3@@Z) toy.exe : fatal error LNK1120: 1 unresolved externals I've tri...