The Visual C++ Toolkit 2003 contains the same compiler as VS.NET 2003:

http://msdn.microsoft.com/visualc/vctoolkit2003/default.aspx

It doesn't include MFC or ATL however.

What does the Visual C++ Toolkit install on my machine?
The Toolkit installs (1) the Visual C++ command-line compiler and linker,
and their dependencies, (2) the Visual C++ C Runtime Library and static-link
modules, and the Standard C++ Library, including STL, (3) the Microsoft .NET
Framework Runtime, including library files necessary for building C++
applications that run on the .NET Common Language Runtime, and (4) four
samples demonstrating key features of the Visual C++ compiler and libraries.


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Brad Wilson
> Sent: Tuesday, January 18, 2005 4:59 PM
> To: NAnt Users
> Subject: [Nant-users] Full C++ compiler & headers w/o 
> installing Visual Studio?
> 
> 
> We don't have Visual Studio on our box, as we prefer to keep the box
> as clean as possible. For building C# projects, this hasn't been a
> problem: the .NET SDK includes the compiler and everything we need.
> 
> Now I need to build C++ projects that need the full C++ compiler from
> Visual Studio, including all the libraries. Am I stuck installing
> Visual Studio (and burning a license) to do this? Or is there a
> downloadable version of the compiler? The projects are mixed
> managed/unmanaged C++ that are used to make "bridge" libraries for
> consumption inside C#.
> 
> - Brad
> 
> -- 
> Brad Wilson
> http://www.dotnetdevs.com/
> http://dotnetguy.techieswithcats.com/
> 
> "Every piece of knowledge must have a single, unambiguous, and
> authoritative representation within a system." - The DRY Principle
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to