A
Adriano Coser
I'm having a _CrtIsValidHeapPointer assertion at the _free_dbg_lk
function. I'm calling a function from a DLL witch allocates (malloc) a
char array and the exception occours freeing the array.
The DLL that causes the problem is compiled and linked on the same way
that the others that form my application. All involved DLLs use
'Multi-threaded Debug DLL' runtime library.
If I include the CPP that causes the problem directly on the app
project, the error disapears.
Does anyone have an idea of what could be the problem? I'm using VS
2003.
Thanks in advance for any help.
Adriano.
function. I'm calling a function from a DLL witch allocates (malloc) a
char array and the exception occours freeing the array.
The DLL that causes the problem is compiled and linked on the same way
that the others that form my application. All involved DLLs use
'Multi-threaded Debug DLL' runtime library.
If I include the CPP that causes the problem directly on the app
project, the error disapears.
Does anyone have an idea of what could be the problem? I'm using VS
2003.
Thanks in advance for any help.
Adriano.