I am facing some linker error while compling the application(.exe) for 64 bit version.error says "libcmt.lib(wincrt0.obj) : error LNK2019: unresolved external symbol WinMain referenced in function __tmainCRTStartup".
So i came to know that i need to link the msvcrt_x64_vc8.lib . can you suggest me,where can i get this lib?