小弟新学C++ ,写了个程序DEBUG通过了,也能正常运行。
可是我用RELEASE发布的时候就出现了错误,
nafxcw.lib(appcore.obj) : error LNK2001: 无法解析的外部符号 ___argv
nafxcw.lib(appcore.obj) : error LNK2001: 无法解析的外部符号 ___argc
nafxcw.lib(filelist.obj) : error LNK2001: 无法解析的外部符号 __mbctype
nafxcw.lib(apphelp.obj) : error LNK2001: 无法解析的外部符号 __mbctype
nafxcw.lib(viewedit.obj) : error LNK2001: 无法解析的外部符号 __mbctype
Release/Hosts.exe : fatal error LNK1120: 3 个无法解析的外部命令我查了就是因为无法解析外部符号,可是为什么会出现这样的问题呢?怎么样解决呢?