What does it means the error RTK 191 ?
I’ve got the exception on string with _adl_memRelease(0).
Thanks, but i use a function to release memory like this:
void ReleaseMemory(void * ptr)
{
if (ptr != NULL) adl_memRelease(ptr);
}
So it’s impossible to get adl_memRelease(0) by my code.