Click to See Complete Forum and Search --> : one error message (plz hlp)


garroane
September 19th, 2002, 08:40 AM
Hi all,

I have converted a project created in VS 6.0 into VS 7.0 and I always get the following error message :

"Unhandled exception at 0x77fa018c in MyApplication.exe: User breakpoint."

and the debugger indicate the end of the following function from the free.c file:

void __cdecl _free_base (void * pBlock)

or

void * __cdecl _heap_alloc_base (size_t size)

from malloc.c file

Have you come across this error message before?

Thanks in advance.
garroane

garroane
September 19th, 2002, 10:24 AM
The problem occured from my code, not from the conversion...
Thank , anyway!
garroane;)

HrnjicaMujo
October 3rd, 2002, 04:12 AM
It's likely posible that you freeing allredy freed memory.
Provide me your code from allocation or deallocation memory.