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 [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
