News:

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

Main Menu

Differences while running C::B and MSVC build

Started by moodyman, May 15, 2007, 03:26:21 PM

Previous topic - Next topic

moodyman

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]

moodyman

I finally installed the nightly build (05/14/2007) and it seems to correct the problem.