您的位置:首页 > 其它

VS2010常见错误

2013-11-18 17:18 507 查看
1、问题:无法解析的外部符号 "int __cdecl _AfxInitManaged

    解答:预编译头找不到

2、 Critical error detected c0000374

    初使用中变量异常

3、无法解析的外部符号 __iob,该符号在函数 _output_message 中被引用

    VC6.0使用VS2010

#ifdef __cplusplus
extern "C"
#endif
FILE _iob[3] = {__iob_func()[0], __iob_func()[1], __iob_func()[2]};


 

4、error MSB3073

  

   执行命令失败

5、fatal error LNK1207: incompatible PDB format

      预编译输出文件格式不对
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: