hey everybody, im using an old project with visual studio that used to run correctly before, but now im facing this fatar error "debug assertion failure" with a warning msg in my console saying "Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)" idid the debug and my program stop runing and show an exception on line: "static IplImage* tempImage = cvCreateImage(cvGetSize(frames[frameShown]), frames[frameShown]->depth, frames[frameShown]->nChannels);" I've try to put the dll files into the same folder as .exe but in vain! please help i couldn't progress in my work du to this error