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
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