Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ollydbg on March 01, 2013, 03:34:47 am

Title: Error message shown when C::B exit (rev 8888) (Solved)
Post by: ollydbg on March 01, 2013, 03:34:47 am
(http://i.imgur.com/JIymIDk.png)

Look, the image shown an error message. I can't catch such error on GDB.

I'm using PCX MinGW GCC 4.6.3 (dw2), WindowsXP.
Title: Re: Error message shown when C::B exit (rev 8888)
Post by: ollydbg on March 01, 2013, 03:43:02 am
Oh, I found the reason and solved the problem.

Yesterday, I built the exchndl target under TDM-GCC-4.7.1-sjlj which link against MinGW official libintl. But today, I forget to rebuild exchndl under PCX MinGW GCC 4.6.3. Aha, maybe ABI conflicts between GCC 4.7.x and GCC 4.6.x.

After build it under PCXGCC4.6.3, the Error dialog has gone.

Sorry about the noise.