首页
社区
课程
招聘
求问VC问题
发表于: 2004-11-2 14:31 4469

求问VC问题

2004-11-2 14:31
4469
Compiling...
lm.c
Command line error D2027 : cannot execute 'c1'
Error executing cl.exe.

lm.exe - 1 error(s), 0 warning(s)

编译时,这是什么错误,怎么改呢

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 1
支持
分享
最新回复 (6)
雪    币: 768
活跃值: (530)
能力值: ( LV13,RANK:460 )
在线值:
发帖
回帖
粉丝
2
我也不知道是什么原因:
不过我碰到相似问题的解决方法是:用VS2003。NET

平时用VC6写程序,碰到不能解决的问题时,我就把“工程”全部移到。NET环境中进行编译,这样就可以用。NET的MSDN参考问题了,
。NET的MSDN实在是太详细了(好像一共是7张盘吧),用它绝对办实事:)所以我的老机上有两个环境,VC与。NET 呵呵。想当初刚用VC6时,同于基础差,别提多郁闷了,碰到不懂的问题,去问别人,可能是问题太简单了吧,一般人都不屑回答,也不知道多走了多少弯路,现在想想~~~~唉!!!!
2004-11-2 15:10
0
雪    币: 390
活跃值: (707)
能力值: ( LV12,RANK:650 )
在线值:
发帖
回帖
粉丝
3
cl.exe是编译程序。compile&link

你的vc正常安装了没有?
2004-11-2 15:11
0
雪    币: 332
活跃值: (479)
能力值: ( LV9,RANK:330 )
在线值:
发帖
回帖
粉丝
4
cl.exe是编译程序,在安装目录里!
关键下面是什么意思?
Command line error D2027 : cannot execute 'c1'

注意是'c1'不是 “cl”!
2004-11-2 15:42
0
雪    币: 3246
活跃值: (374)
能力值: (RANK:20 )
在线值:
发帖
回帖
粉丝
5
2004-11-2 16:07
0
雪    币: 332
活跃值: (479)
能力值: ( LV9,RANK:330 )
在线值:
发帖
回帖
粉丝
6
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

我是那一条呢?
win2000刚装的VC6,难道是win2000不行?
2004-11-2 16:26
0
雪    币: 390
活跃值: (707)
能力值: ( LV12,RANK:650 )
在线值:
发帖
回帖
粉丝
7
???走眼了。

怀疑是最后一条。
2004-11-2 16:49
0
游客
登录 | 注册 方可回帖
返回
//