Hello Guys,
I would like to use OpenCV in a Windows Application instead of Console Application, but when I compile the code, it shows that error:
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup 1>C:\Users\i830665\Documents\Visual Studio 2012\Projects\OpenCV - GUI\Debug\OpenCV - GUI.exe : fatal error LNK1120: 1 unresolved externals
I was using the OpenCV in Console Application and it was working fine, now I have to use Windows Application because I am doing a GUI to work with OpenCV.
Please guys it is urgent, I would appreciate it if someone could help me to solve that.
Thank you