Ask Your Question

yashgarg1232's profile - activity

2015-09-15 00:09:24 -0600 asked a question collect2.exe [Error] Id returend 1 exit status

On executing the below program:

#include "opencv.hpp"
using namespace std;
using namespace cv;

int main(int, char** ){
    cout << "hello World";
    VideoCapture videoFile("8.mp4");
    return 0;
}

system gives the following error : [Error] Id returned 1 Exit status for collect2.exe