So the program said to me 2 warnings and an error:
1>LINK : warning LNK4001: no object files specified; libraries used
1>LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
1>LINK : fatal error LNK1561: entry point must be defined
And it said "Build Failed".
What should I do to fix this problems?
I really need help because I must present this image processing project soon.
Maybe check the linker settings. Project->Properites->Linker. Under the advanced section, you can see stuff like the /MACHINE and entry point. By default, I don't think the entry point has to contain anything, but machine should be populated.