asma
4th September 2007, 12:31
I get this error:
First-chance exception in VirtualDub.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
First-chance exception in VirtualDub.exe (MYFUNCTION.DLL): 0xC0000005: Access Violation.
The thread 0xC28 has exited with code 0 (0x0).
First-chance exception in VirtualDub.exe: 0xC0000005: Access Violation.
I did debug my plugin and it seems that the problem raises once VirtualDub tries to fetch the first frame..
this is where exactly the program craches in the assembly code:
10014A85 call dword ptr [ecx+24h]
Please any hint?
First-chance exception in VirtualDub.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
First-chance exception in VirtualDub.exe (MYFUNCTION.DLL): 0xC0000005: Access Violation.
The thread 0xC28 has exited with code 0 (0x0).
First-chance exception in VirtualDub.exe: 0xC0000005: Access Violation.
I did debug my plugin and it seems that the problem raises once VirtualDub tries to fetch the first frame..
this is where exactly the program craches in the assembly code:
10014A85 call dword ptr [ecx+24h]
Please any hint?