zoukankan      html  css  js  c++  java
  • VS 2005中毒后编译出现的错误及其解决过程

    <!-- /* Font Definitions */ @font-face {font-family:宋体; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-alt:SimSun; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} @font-face {font-family:"/@宋体"; panose-1:2 1 6 0 3 1 1 1 1 1; mso-font-charset:134; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0cm; margin-bottom:.0001pt; text-align:justify; text-justify:inter-ideograph; mso-pagination:none; font-size:10.5pt; mso-bidi-font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:宋体; mso-font-kerning:1.0pt;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} /* Page Definitions */ @page {mso-page-border-surround-header:no; mso-page-border-surround-footer:no;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 90.0pt 72.0pt 90.0pt; mso-header-margin:42.55pt; mso-footer-margin:49.6pt; mso-paper-source:0; layout-grid:15.6pt;} div.Section1 {page:Section1;} -->

    作者:朱金灿

    来源: http://blog.csdn.net/clever101

     

          使用 VS C++ 2005 ( sp1) 编译一个工程,出现一个错误: 程序数据库管理器不匹配;请检查安装。(英文版的错误提示为: program database manager mismatch please check your installation )。开始我想着重装VS 2005 就好了。于是重装VS 2005 ,然后编译工程成功。结果第二天开机编译一样的工程还是出现一样的错误。于是查看任务管理,发现有不明进程,马上安装杀毒软件,发现中毒颇为严重,所中病毒为 Worm.Win32.Viking.jq

     

          将机子上所有磁盘杀毒后再重新编译工程,编译成功,原来是病毒感染 VS 2005 所致!

  • 相关阅读:
    SDUT_1743 最优合并问题
    并查集路径压缩方法
    java定时器
    出路在哪里?出路在于思路!
    ztree学习
    sql
    java乱码问题详解值得收藏
    js 增加删除表格的行
    java DataBaseExecutor
    java增删改查
  • 原文地址:https://www.cnblogs.com/lanzhi/p/6471146.html
Copyright © 2011-2022 走看看