News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Error message shown when C::B exit (rev 8888) (Solved)

Started by ollydbg, March 01, 2013, 03:34:47 AM

Previous topic - Next topic

ollydbg



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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.