Re: failed to start because libglib-2.0.0.dll was not found



On 7/29/2010 8:04 PM, Krzysztof Kosiński wrote:
2010/7/30 ArbolOne <arbolone gmail com>:
Specs
~~~~~
WinXP64
Code::Blocks 10.05
MinGW
GCC-4.4.1

I get this error message after compiling a small application
This application has failed to start because libglib-2.0.0.dll was not
found. Re-install the application my fix this problem

Why do I get this error and how can I fix it? Anybody!

TIA
Glib DLL is not in your PATH. Copy libglib-2.0.0.dll to your
application's directory or modify your PATH so that it contains the
directory with Glib DLLs. Here's how to set PATH on Windows:
http://www.computerhope.com/issues/ch000549.htm

Regards, Krzysztof

Thank you Krzysztof for your prompt response.
I follow your advice and added the ..gtkmm\bin directory to the %PATH%, however, I now get another error message that is even more confusing, the message reads:

The procedure entry point g_assertion_message could not be located in the dynamic link library libglib-2.0-0.dll

As I stated before, I am compiling using Code::Blocks  and MinGW (both 32-bit app) under WinXP-64. I wonder if the difference between the OS and GTKmm, a 32-bit toolkit, would be an issue here.

Any help would be most appreciated.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]