Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: moodyman on May 15, 2007, 03:26:21 pm

Title: Differences while running C::B and MSVC build
Post by: moodyman on May 15, 2007, 03:26:21 pm
Hello,

here is a code made to trace errors made while using new/delete operators.

The code compiles well under both C::B 1RC2 and MSVC++ Express 2005 IDE, but results obtained after a run are not the same.
New/delete errors are displayed thanks to the MSVC release while they are not with the C::B program.

I have tried to debug the C::B build in vain (probably due to the fact that I am a new be!).
Does somebody can explain me those differences or the way to debug this code thanks to C::B?

Moodyman

[attachment deleted by admin]
Title: Re: Differences while running C::B and MSVC build
Post by: moodyman on May 15, 2007, 09:56:46 pm
I finally installed the nightly build (05/14/2007) and it seems to correct the problem.