VS2010常见错误

来源:互联网 发布:银行信贷业务数据 编辑:程序博客网 时间:2024/05/28 15:59

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

      预编译输出文件格式不对