Re: Compiling a simple C program with Microsoft Visual Studio .NET 2003
- From: Mark McIntyre <markmcintyre@xxxxxxxxxxx>
- Date: Sat, 26 Nov 2005 00:14:29 +0000
On Fri, 25 Nov 2005 10:19:05 -0000, in comp.lang.c , "Arnaud Miege"
<Arnaud.Miege@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>If I try in the command window something like:
>"cl -o hello hello.c"
>I have the following message:
>"Dummy version of CL to satisfy B&T's bogus requirement that it be on the path"
Sounds like your installation is broken. Talk to your sysadmin and get
him to reinstall.
Further questions are offtopic here, since its not a C question, its a
problem with your installation.
By the way, MS's c compilers don't work like unix ones, that command
line is wrong. Read the compiler docs about how to create projects,
build s/w etc.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
.
- References:
- Compiling a simple C program with Microsoft Visual Studio .NET 2003
- From: Arnaud Miege
- Compiling a simple C program with Microsoft Visual Studio .NET 2003
- Prev by Date: Re: file open
- Next by Date: Re: assigning array addresses to integer variables and vice versa
- Previous by thread: Re: Compiling a simple C program with Microsoft Visual Studio .NET 2003
- Next by thread: Re: Compiling a simple C program with Microsoft Visual Studio .NET 2003
- Index(es):
Relevant Pages
|