After I have reinstalled VC++ 2008 during my yearly cleanup on my PC, my multimedia project that compiled and worked without a problem, seems to produce a strange error:
The application basically is a media player and uses DirectShow. I already retried it with the standard example of MSDN "HOW TO PLAY A FILE" and appearently the error happens at this line:
hr = pGraph->RenderFile(L"C:\\TEST.avi");
hr (HRESULT) returns VFW_E_NOT_FOUND and I have no idea why because the example file IS there, I already change the location AND the example file but anyway it keeps failing.
Could this error result from a damaged file or a wrong file version or am I just too dumb to find the error? I reinstalled every application I have had on the PC before reinstalling Windows, EXCEPT Visual Studio C++ 2010.
My configuration:
Windows 7 Ultimate x64 SP1
VC++ 2008 Express
Windows 7 SDK amd64 installed
DirectX SDK June 2010 installed