Link errors while compiling a sample application in release mode. Debug version works file.
The following link errors are displayed:- _________________________________________________________________ Compiling resources... Linking... LIBCMT.lib(fpinit.obj) : error LNK2005: __fltused already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(crt0dat.obj) : error LNK2005: __osplatform already defined in atlmincrt.lib(atlinit.obj) LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup .\Release/FileCryptAES.exe : fatal error LNK1120: 1 unresolved externals __________________________________________________________________ please suggest me if any one is familiar with the above link error in release mode
