加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

C++Test7.3测试过程中第一个挫折-系统找不到指定的文件

(2010-09-29 16:12:00)
标签:

杂谈

分类: c /cpp test

开篇寄语:一直以为,接触C++test7.3,困扰的我问题第一个肯定是license的问题,结果没有想到强大的“why”,2小时就搞定了破解的问题。郁闷的是,居然破解之后的c++test不出report,难道是破解的问题?

这个我是执行CRules后,控制台输出信息:

——————————————————————————————————————

正在开始 /软件测试工程师管理系统 的 "CRules" (编码标准) ...

[软件测试工程师管理系统.c] 编码标准检查中:

     /软件测试工程师管理系统/软件测试工程师管理系统/软件测试工程师管理系统.c

[软件测试工程师管理系统.c] Error during process execution: Cannot launch process: cl.exe "-IC:\Program Files\Parasoft\C++test7.3\engine\runtime\include" /D WIN32 /D _DEBUG /D _CONSOLE /D _MBCS /MLd /GX -DPARASOFT_CPPTEST -w -E -nologo -Tc "C:\DOCUME~1\LIYING~1\LOCALS~1\Temp\ParaSoft.3232.18021.c"

[软件测试工程师管理系统.c] 系统找不到指定的文件。

[软件测试工程师管理系统.c]

[软件测试工程师管理系统.c]

[软件测试工程师管理系统.c] "C:\Documents and Settings\liyingxuan02\桌面\软件测试工程师管理系统\软件测试工程师管理系统.c", line 1: catastrophic error:

[软件测试工程师管理系统.c]            could not open source file "stdio.h"

[软件测试工程师管理系统.c]    #include <stdio.h>

[软件测试工程师管理系统.c]                      ^

[软件测试工程师管理系统.c]

[软件测试工程师管理系统.c] 1 catastrophic error detected in the compilation of "C:\Documents and Settings\liyingxuan02\桌面\软件测试工程师管理系统\软件测试工程师管理系统.c".

[软件测试工程师管理系统.c] Compilation terminated.

[软件测试工程师管理系统.c] Error during parsing file: C:\Documents and Settings\liyingxuan02\桌面\软件测试工程师管理系统\软件测试工程师管理系统.c

[软件测试工程师管理系统.c] ...失败。

/软件测试工程师管理系统 的 "CRules" (编码标准) 由于错误而结束。检查上述日志详情。

——————————————————————————————————————

郁闷了半天,又更换了一个新的项目进行简单的CRules testing:

——————————————————————————————————————

正在开始 /TsProcessingSoftware 的 "CRules" (编码标准) ...

[TsProcessingSoftware.c] 编码标准检查中:

     /TsProcessingSoftware/TsProcessingSoftware/AVProcessing.h

     /TsProcessingSoftware/TsProcessingSoftware/DefineStructure.h

     /TsProcessingSoftware/TsProcessingSoftware/PatProcessing.h

     /TsProcessingSoftware/TsProcessingSoftware/PmtProcessing.h

     /TsProcessingSoftware/TsProcessingSoftware/PublicFunction.h

     /TsProcessingSoftware/TsProcessingSoftware/Test.h

     /TsProcessingSoftware/TsProcessingSoftware/TsProcessingSoftware.c

[TsProcessingSoftware.c] "C:\Documents and Settings\liyingxuan02\桌面\TsProcessingSoftware\TsProcessingSoftware.c", line 1: catastrophic error:

[TsProcessingSoftware.c]            could not open source file "stdio.h"

[TsProcessingSoftware.c]    #include <stdio.h>

[TsProcessingSoftware.c]                      ^

[TsProcessingSoftware.c]

[TsProcessingSoftware.c] 1 catastrophic error detected in the compilation of "C:\Documents and Settings\liyingxuan02\桌面\TsProcessingSoftware\TsProcessingSoftware.c".

[TsProcessingSoftware.c] Compilation terminated.

[TsProcessingSoftware.c] ...失败。

/TsProcessingSoftware 的 "CRules" (编码标准) 由于错误而结束。检查上述日志详情。

——————————————————————————————————————

???突然一条信息让我感觉有点眉目了,“could not open source file "stdio.h"” ,What is this?难道是我这台PC没有安装Development environment?

Well!那我安装VS2010 Ultimate吧。

安装之后很郁闷,还是找不到,最后发现,我真的好笨……不就是vs9.0嘛。。。具体解决方法请看我另一篇文:

http://hi.baidu.com/mvp_xuan/blog/item/1da6cfc9d8a856197f3e6fce.html

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有