udit gangwani - 2011-01-24

Hi, I am trying to use cppunit library in Microsoft Visual Studio 2003 to test one of my programs. Everything is working fine until I use CPPUNIT_ASSERT macro. I have included all the necessary header files and libraries. It is giving a runtime error. It breaks in the file malloc.c. I am working on a 64 bit system.

Please help me out with the problem I am running out of time …