Ask Your Question

Haveaniceday's profile - activity

2017-06-29 03:41:36 -0600 commented answer I have error "cannot open file opencv_videoio320.lib" when working on a project on video with opencv

I can make sure that all the cpp files needed is copied to project/project folder. Anything else that i may forgot?

2017-06-29 03:15:47 -0600 commented answer I have error "cannot open file opencv_videoio320.lib" when working on a project on video with opencv

Yeah, i think it must be contained in world library (mentioned in detail of the question). but the problem is when i remove videoio.lib 6 error like "LNK1104 unresolve external symbol public:_cdecl Capture::~Capture(void)...reference in function main" occur. How can i fix those problem ? pls im a beginner looking for help :))

2017-06-28 11:33:06 -0600 asked a question I have error "cannot open file opencv_videoio320.lib" when working on a project on video with opencv

First I have problem : unresolve external symbol, then i found a solution that i added opencv_videoio320d.lib in AdditionalDenpendencies (i thought it must be contained in opencv_world320d.lib cause theres no such lib like that in C:\opencv\build\x64\vc14\lib but i dont know somehow it can make the unresolve.. problem gone, i added opencv_world320d.lib) And now all the unresolved error is gone but it lead to the only problem left is "Error LNK1104 cannot open file opencv_videoio320d.lib" All i have done is : Additional Include Directories :Checked OK Additional Library Directories :Checked OK Additional Dependencies : opencv_world320.lib;opencv_world320d.lib;opencv_videoio320.lib;opencv_videoio320d.lib Please I am very new to opencv, i have try working with some image projects and they worked smoothly but when i come to video project i have this error