A
Arnd Boettcher
How can I invoke the Visual studio C++ compiler by command
line?
Any advices are welcome.
line?
Any advices are welcome.
Thank you very much.-----Original Message-----
cl
But you have to set up the environment with
\Programme\Microsoft Visual Studio .NET (2003)\Vc7 \bin\vcvars32.bat
--
Greetings
Jochen
Do you need a memory-leak finder ?
http://www.codeproject.com/useritems/leakfinder.asp
.
In the meantime I've added a copy of mspdb71.dll to the-----Original Message-----
Thank you. It's strange, but true: On the whole HDD there
are neither vcvars32.bat nor vsvars32.bat. I have
reinstalled framework and sdk but this did not change
anything. Taking the full path "C:\Programme\Microsoft
Visual Studio.NET\Vc7\bin\cl.exe" results in an error
message that the file mspdb71.dll cannot be find but this
file exists..
Cheers
Arnd
Arnd Boettcher said:In the meantime I've added a copy of mspdb71.dll to the
folder C:\Programme\Microsoft
Visual Studio.NET\Vc7\bin and this resolved the issue
described above.
The main problem is still unsolved,
however.
Arnd said:the icon. That's working just in that way I 've looked for.
As for the libraries: Indeed, I have no full Visual Studio
but only the .NET SDK. Nevertheless, the associated
description says:
"The Microsoft .NET Framework 1.1 Software Development Kit
(SDK) includes the .NET Framework 1.1, as well as
everything you need to write, build, test, and deploy
applications using the .NET Framework 1.1, including
documentation, samples, and command-line tools and
compilers....." When I'm understanding this right (I am no
native English speaker) there should not be any problem in
compiling simple C++-source code. On the other side there
was not any error message when I installed the SDK.
Cheers,
Arnd
Arnd said:Thank you. Where can I get an information about missing
functionality in .NET Framework SDK? As I've seen a crt-
library is included with Microsoft SDK I've installed on
my computer, too. Could it be used in any way?
a.b.
From: "Carl Daniel [VC++ MVP]" <[email protected]>
Subject: Re: Visual studio C++ compiler
Date: Fri, 15 Aug 2003 06:55:56 -0700
Message-ID: <[email protected]>
Arnd said:Thank you. Where can I get an information about missing
functionality in .NET Framework SDK? As I've seen a crt-
library is included with Microsoft SDK I've installed on
my computer, too. Could it be used in any way?
a.b.
AFIAK, if you want to use the C++ standard library, MFC or ATL, you need to
buy Visual Studio.
-cd
From: "Arnd Boettcher" <[email protected]>
Sender: "Arnd Boettcher" <[email protected]>
Subject: Re: Visual studio C++ compiler
Thank you. Where can I get an information about missing
functionality in .NET Framework SDK? As I've seen a crt-
library is included with Microsoft SDK I've installed on
my computer, too. Could it be used in any way?
a.b.