PDA

View Full Version : Missing manifest for QtCore4d.dll



walmit
21st August 2011, 13:13
Dear all,

I am currently working with the QtCreator IDE on a Qt application compiled with the Microsoft Visual Studio Compiler (MVSC). 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

opcs01
2nd June 2012, 03:16
I am also getting same error message while running it in both debug and release mode. though it is able to build successfully without any problem.