Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: puneet_m on August 21, 2007, 10:24:24 pm

Title: codeblocks.exe - Application Error
Post by: puneet_m on August 21, 2007, 10:24:24 pm
When I try executing codeblock after building it and running update.bat it gives me the following error --

The application failed to initialize properly(0x0000005). Click OK to terminate the application
Title: Re: codeblocks.exe - Application Error
Post by: wangxiaohu on October 08, 2007, 03:41:35 am
Having the same problem. Anyone has any solution yet?

Thanks.
Title: Re: codeblocks.exe - Application Error
Post by: thomas on October 08, 2007, 09:32:33 am
If you have the same problem as puneet_m, then there are two easy solutions:
- Either, don't play with premature code and don't enable hings you don't know for sure. In particular, don't touch the typedef in infopane.h
- Or, use more a recent svn revision which is more forgiving (4485 or later should do)

If you did not touch anything and it still doesn't work, try making a clean rebuild, and don't forget to delete precompiled headers.
If you still get that error after this, then either your wxWidgets build is bad, or a shared library in your system is broken. In this case, finding the problem gets nasty...