i am working on vs2005 vc++ the code is
#include "stdafx.h"
#include "cstdio"
#include "cstdlib"
#include "image.h"
#include "misc.h"
#include "pnmfile.h"
#include "segment-image.h"
using namespace std;
int main(int argc, char **argv)
{
the rest of code
}
the error message
Error 7 fatal error LNK1287: invalid managed entry point "int __clrcall main(int,char * *)" (?main@@$$HYMHHPAPAD@Z) segc++
the projcet on image segmentation.
thanks