I am using 3rd party Decoder [ which is DivX] and in my application I get
"A first chance exception of type 'System.AccessViolationException' occurred"
When I look at stack trace, it seems that there is an error at memcpy in msvcr90.dll
msvcr90.dll!memcpy(unsigned char * dst=0x00000000, unsigned char * src=0x0ac766fe, unsigned long count=4294967248) Line 188 Asm
I can not able to trace problem further in Visual C++ 2008...What may cause this, or any tools technics to get root cause of this strange error?