| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1285 人关注过本帖
标题:为什么我的VC++6.0会出现这种情况?
只看楼主 加入收藏
此在与世界
Rank: 1
等 级:新手上路
帖 子:38
专家分:0
注 册:2007-6-28
收藏
 问题点数:0 回复次数:8 
为什么我的VC++6.0会出现这种情况?

#include<stdio.h>
void main()
{printf("hello!");
}
-------------------Configuration: example - Win32 Debug--------------------
Compiling...
example.c
Command line error D2027 : cannot execute 'c1'
Error executing cl.exe.

example.obj - 1 error(s), 0 warning(s)
这是为什么?这么简单的程序!哪位能帮帮忙吗?

搜索更多相关主题的帖子: cannot hello 
2007-08-01 19:56
medicihophy
Rank: 1
等 级:新手上路
威 望:1
帖 子:102
专家分:0
注 册:2007-7-28
收藏
得分:0 

Command-line Error D2027
cannot execute 'component'
The compiler could not run the given compiler component or linker.

One of the following may have occurred:

Not enough memory was available to load the component. If this error occurred when NMAKE invoked the compiler, run the compiler outside of the makefile.


The current operating system could not run the component. Make sure the path points to the executable files appropriate to your operating system.


The component was corrupted. Recopy the component from the distribution disks, using the SETUP program.


An option was specified incorrectly. For example, the following CL command generates this error:
cl /B1 file1.c

[此贴子已经被作者于2007-8-1 20:51:12编辑过]


2007-08-01 20:46
medicihophy
Rank: 1
等 级:新手上路
威 望:1
帖 子:102
专家分:0
注 册:2007-7-28
收藏
得分:0 

重装VC再不行装系统算了


2007-08-01 20:52
medicihophy
Rank: 1
等 级:新手上路
威 望:1
帖 子:102
专家分:0
注 册:2007-7-28
收藏
得分:0 
是不是你的vc没有了c1.dll文件一般是在
\Microsoft Visual Studio\VC98\Bin\ 下,没有找人给你个看行不行,你VC肯定没装好呢!

2007-08-01 21:08
此在与世界
Rank: 1
等 级:新手上路
帖 子:38
专家分:0
注 册:2007-6-28
收藏
得分:0 

呵呵,我都重装几回了,还是那样!!!!

2007-08-02 19:29
HK狼
Rank: 1
等 级:新手上路
威 望:1
帖 子:46
专家分:0
注 册:2007-9-9
收藏
得分:0 

这是因为编译器找不到'c1.dll'文件
VC中设置以下就可以了

工具(tools)-->选项(Options)-->目录(Directions)-->可执行文件(Executable files) 中添加'c1.dll'的位置

保存设置就OK了 。。。


2007-09-10 13:25
yuyunliuhen
Rank: 6Rank: 6
等 级:贵宾
威 望:20
帖 子:1435
专家分:0
注 册:2005-12-12
收藏
得分:0 
换个版本或编译器吧,不过感觉VC++编译C不是很好。

Go confidently in the  directions of your dreams,live the life you have imagined!Just do it!
It is no use learning without thinking!
2007-09-10 16:44
manami
Rank: 1
等 级:新手上路
帖 子:17
专家分:0
注 册:2007-9-10
收藏
得分:0 
重新启动VC试一下!
2007-09-10 20:37
yandongdido
Rank: 1
等 级:新手上路
帖 子:41
专家分:0
注 册:2007-9-6
收藏
得分:0 
我知道是怎么回事因为你的C++是从别的机器上下的或者是在安装是按的是默认的目录下的你开启C++后在:
工具下的选择下,在找找那个目录后把那里的所有什么头文件啊的目录全改成你安装的C++处就好使拉

2007-09-11 12:35
快速回复:为什么我的VC++6.0会出现这种情况?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.034550 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved