GNOME Bugzilla – Bug 418155
Visual Studio Express 2005: ntstatus 0xc0150002
Last modified: 2007-07-09 18:58:17 UTC
OS: Win XP Compiler: vc++ 8.0 (14.0.50727.42); Visual Studio Express 2005 Gtk+ win32 build: 2.10.7 Compiling with 2.10.8-1 (with 2.10.7-1, too) devel build, all gtkmm executables (in debug mode; runtime -- MT Debug DLL) produce the following error: LDR: LdrpWalkImportDescriptor() failed to probe C:\PROGRA~1\GTK\bin\gtkmm-2.4d.dll for its manifest, ntstatus 0xc0150002 In release mode the error is quite the same (runtime -- MT DLL): LDR: LdrpWalkImportDescriptor() failed to probe C:\PROGRA~1\GTK\bin\gtkmm-2.4.dll for its manifest, ntstatus 0xc0150002 The same is reproducible with various platform sdks (SP1, R2). The problem is rectifiable by recompiling glibmm and gtkmm packages.
Thanks. CCing Cedric who maintains the Windows packages.
Quick comment for Justinas: Could you please try again after installing Service Pack 1 for Visual C++ Express 2005 ?
Service Pack 1 for Visual C++ Express 2005 fixes the aforementioned problem. I think it's prudent to mention this nuance explicitly*, before one proceeds to download and use the instalation package. Thank you, Cedric. -- * IMO, it ought to be mentioned there: http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ because it seems that I was not the only one with such a problem (http://www.nabble.com/Problem-with-gtkmm-2.10-win32-t3337830.html).
Cedric, is that warning obvious enough now?