Possible Duplicate:
error LNK2019: unresolved external symbol main referenced in function __tmainCRTStartup
i just copied and pasted a VC++ project from one computer to another. After compiling it gives me this error:
1> MSVCRT.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
1> C:\Users\Name\Desktop\OpenGL\Debug\OpenGL.exe : fatal error LNK1120: 1 unresolved externals
How can I fix it? I copied all lib, include and DDL files too (and linked it correctly).