Alright, I have been working on this personal project for a long time and cant seem to get it. This is someone elses code that Im working off of.
Basically the error Im running into at the moment is this:
error LNK2019: unresolved external symbol_WinMain@16 referenced in function __tmainCRTStartup
error LNK1120:1 unresolved externals
Basically I cant get past this and if I can then Im home free for the most part. Please help. My code is Below. (Also I am very very very new to this, but Im real excited about learning everything.)
fruit.h
#define _CRT_SECURE_NO_DEPRECATE
#pragma once
#include <string>
#include <opencv\cv.h>
#include <opencv\highgui.h>
using namespace std;
using namespace cv;