|
Hello,
I have a project that uses OJ (its DLLs).
This project also uses another external library (this time with lib file and not DLL). The external library uses OJ's DLLs too. When it does, the program crashes with heap exception.
from dbgheap.c file (where the program failed):
/*
* Go through the heap regions and see if the pointer lies within one
* of the regions of the local heap.
*
* Pointers from non-local heaps cannot be handled. For example, a
* non-local pointer may come from a DLL that has the CRT linked-in.
*
*/
Is there is something that can be done?
If someone will explain me how to upload files, I will attach the error message and the heap stack.
Thanks in advance,
Mayan.
|