search for: noregcocreate

Displaying 3 results from an estimated 3 matches for "noregcocreate".

2018 Jan 05
0
llvm 5.0.1 requires downstream workaround for diaguids.lib
...VM 5.0.1, LLVM generates a dependency on diaguids.lib if it finds DIA SDK available. This is ok, however llvm-config.exe does not expose the path to the library, so it results in these link errors: LLVMDebugInfoPDB.lib(DIASession.obj) : error LNK2019: unresolved external symbol "long __cdecl NoRegCoCreate(wchar_t const *,struct _GUID const &,struct _GUID const &,void * *)" (?NoRegCoCreate@@YAJPEB_WAEBU_GUID@ @1PEAPEAX at Z) referenced in function "public: static class llvm::Error __cdecl llvm::pdb::DIASession::createFromExe(class llvm::StringRef,class std::unique_ptr<class llvm:...
2016 Oct 19
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
The new error message is: llvm-pdbdump: DIA Error: An unknown error has occurred. HRESULT: 0x800700C1: Calling NoRegCoCreate which is more or less what I expected. The specific HResult is kind of interesting, it maps to "msdia140.dll is not a valid Win32 application". I don't know if this means that it can't find the DLL, or that it did find the DLL and it's corrupt. Is there anyone with physica...
2016 Oct 19
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
We can try to print a better error message here, but it looks like regardless someone will need physical access to the bot to determine what the problem is with DIA. On Wed, Oct 19, 2016 at 8:51 AM Reid Kleckner <rnk at google.com> wrote: > I filed https://llvm.org/bugs/show_bug.cgi?id=30736 to get that fixed. > > On Wed, Oct 19, 2016 at 3:52 AM, Briltz, Denis <Denis.Briltz at