RCD

EVC编程遇到的几个系统bug级错误

问题一:error LNK2001:unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)


没有加入微软的RTTI库


问题二:warning LNK1166
 
  1. Recompile adding the /Gy option to separate functions for the linker and then relink. If any warnings still exists, then
  2. Rewrite the source code for the large function that generates code larger than a page into several that generate less than one page each.


posted on 2005-10-23 02:11 RCD 阅读(395) 评论(1)  编辑 收藏 引用

评论

# re: EVC编程遇到的几个系统bug级错误 2008-06-26 11:14 scott

除去程序中的TRY、CATCH等  回复  更多评论   


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理