After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 418155 - Visual Studio Express 2005: ntstatus 0xc0150002
Visual Studio Express 2005: ntstatus 0xc0150002
Status: RESOLVED NOTABUG
Product: gtkmm
Classification: Bindings
Component: documentation
2.10.x
Other Windows
: Normal enhancement
: ---
Assigned To: gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-03-14 09:07 UTC by Justinas V.D.
Modified: 2007-07-09 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Justinas V.D. 2007-03-14 09:07:36 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.
Comment 1 Murray Cumming 2007-03-14 09:35:38 UTC
Thanks.

CCing Cedric who maintains the Windows packages.
Comment 2 Cedric Gustin 2007-03-14 15:13:35 UTC
Quick comment for Justinas: Could you please try again after installing Service Pack 1 for Visual C++ Express 2005 ? 
Comment 3 Justinas V.D. 2007-03-15 06:40:15 UTC
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).
Comment 4 Murray Cumming 2007-07-09 18:58:17 UTC
Cedric, is that warning obvious enough now?