Error when debugging in QtCreator with Visual Studio compiler - QtCore4d.dll missing manifest
-
Dear all,
I am currently working with the QtCreator IDE on a Qt application compiled with the Microsoft Visual Compiler (MSVC). Running the application in Release mode works fine but I am struggling to use the cdb debugger provided by Microsoft.
The code is compiled without error in debug mode but when I try to start the application in debug mode in QtCreator, the program stops with the following error message:LDR: LdrpWalkImportDescriptor() failed to probe C:\Qt\4.7.3-vs2008\bin\QtCored4.dll for its manifest, ntstatus 0xc0150002
However, the QtCored4.dll and QtCored4.pdb files are well present in the C:\Qt\4.7.3-vs2008\bin directory. As I understand, I will have to generate myself a manifest for the Qt DLLs. This seems quite strange.
Would anyone have already met a similar problem?
Thanks in advance for any help or suggestion.
Best regards