am trying to run this code
include <opencv\cv.h>
include <opencv\highgui.h>
using namespace cv;
int main() { IplImage* img=cvLoadImage("C:\Users\nmi6kor\Desktop\index.jpg"); cvNamedWindow("Example1",CV_WINDOW_NORMAL); cvShowImage("Example1",img); cvWaitKey(0); cvReleaseImage(&img); cvDestroyWindow("Example1"); return 0; } when i build the solution it is showing error.. 1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt