|
|
Hi everyone,
I am doing an assignment to make a video from set of bitmaps(using Windows Format SDK 9.5). But it is giving an error for this following line.
hr = pWriter->SetProfileByID( WMProfile_V70_768Video);
The error is neither compiler error nor Linking error, this i found while debugging in VC++ 6 IDE. The error is an access violation which was present in output box while debugging.
First-chance exception in test.exe (WMVCORE.DLL): 0xC0000005: Access Violation.
If you know anything about this error, please let me know. And ya WMVCORE.DLL is present in System folder and it is registered.
Thanx Vishy
|
|
|