Displaying 1 result from an estimated 1 matches for "getknownfolderpath".
2015 Nov 14
2
(no subject)
...unning 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 tried simplifying things but no matter what I do that is the error I
get. So I...