【求助】编译没有生成obj文件
在用borland c++ 3.1时,我在dos下输入:c:\bc\bin\bcc -c -ml -Ic:\bc\include -Lc:\bc\lib e:\bc\hello.c 就出现下面这个并没有生成obj文件其中hello.c代码如下
#include<stdio.h>
void main()
{
printf("hello!");
}
哪位懂的帮我解决一下 已经解决 tianhen791 发表于 2010-7-24 18:13 static/image/common/back.gif
已经解决
怎么解决的啊?小白刚入门
页:
[1]