I get this error when i build a project which have static library input (.lib). The problem is that I can run the project successfully in debug but can't run in release mode.It shows the error as ....
nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
Please help me to solve this problem.