用EVC编译程序时出现的报警——解决方法:将build方式由Debug改为Release

corelibc.lib(pegwmain.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info
corelibc.lib(crt0dat.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info
corelibc.lib(crt0init.obj) : warning LNK4209: debugging information corrupt; recompile module; linking object as if no debug info

 

解决方法:Build——Set Active Configuration——双击“……release”。

就是将build方式有debug方式更改为release方式。

posted @ 2012-10-30 20:05  wuqi1003  阅读(557)  评论(0编辑  收藏  举报