I am trying to integrate google breakpad with my qt application in order to generate the dump file. this is working fine. dump file is getting generated whenever application is crashing but next step is to generate the symbol file for that exe.
to accomplish this dump_sys.exe
is provided by the google breakpad, but whenver I am running that dump_sys.exe
. I am getting the following error.
CoCreateInstance CLSID_DiaSource {4C41678E-887B-4365-A09E-925D28DB33C2} failed (msdia*.dll unregistered?)
I tried to install visual studio 2013
and registered all the needed msdia*.dll
but still getting the same error. Please tell me how to resolve this. I am stuck at this from quite a time now.