Hi All,
I've updated my sources to r8647 and recompiled codeblocks on my new laptop (Win7 x64 + gcc4.7.1 (tdm-1)). Now, when starting codeblocks, I got the following message in a mesasge box and cannot proceed:
codeblocks.exe - Anwendungsfehler
---------------------------
The application has failed to start correctly (0xc0000005). Click "OK" to close the application.
[original German: Die Anwendung konnte nicht korrekt gestartet werden (0xc0000005). Klicken Sie auf "OK", um die Anwendung zu schließen.]
---------------------------
OK
I already tried to delete everything and re-compile again... Also, the latest nigthly build works fine...
Any ideas?
Is wxWidgets compiled with the same compiler ?
If not a rebuild of wxWidgets is needed.
You can also try to run C::B through gdb to get a backtrace or use dependency walker to start it.
Quote from: jens on December 11, 2012, 02:13:44 PM
Is wxWidgets compiled with the same compiler ?
If not a rebuild of wxWidgets is needed.
I always forget to rebuild wxWidgets... Thanks for the heads up, I'll rebuild it and try again...