Sign In
blogs.msdn.com/brianjo
Brian Johnson's Startup Developer Blog
Options
Blog Home
About
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.net
azure
BizSpark
books
C++
Design
developer
events
Framework
geekSpeak
Microsoft
MSDN
office
partner
Research
Security
Silverlight
SPOT
Startup
Technology
Visual Studio
Web
Windows
Windows 7
Xbox
Archive
Archives
August 2011
(3)
November 2010
(3)
October 2010
(3)
September 2010
(1)
March 2010
(1)
February 2010
(1)
January 2010
(3)
December 2009
(1)
November 2009
(5)
October 2009
(9)
September 2009
(8)
August 2009
(11)
July 2009
(4)
May 2009
(1)
March 2009
(1)
January 2009
(1)
December 2008
(4)
November 2008
(9)
October 2008
(3)
June 2006
(1)
September 2005
(4)
August 2005
(17)
July 2005
(14)
June 2005
(19)
May 2005
(17)
April 2005
(19)
March 2005
(21)
February 2005
(22)
January 2005
(22)
December 2004
(29)
November 2004
(17)
October 2004
(21)
September 2004
(16)
August 2004
(14)
July 2004
(24)
June 2004
(17)
May 2004
(22)
April 2004
(32)
March 2004
(32)
February 2004
(51)
January 2004
(51)
December 2003
(19)
Visual C++ Toolkit 2003
MSDN Blogs
>
blogs.msdn.com/brianjo
>
Visual C++ Toolkit 2003
Visual C++ Toolkit 2003
Brian Johnson MS
17 Apr 2004 4:22 PM
Comments
46
Yesterday we posted the Visual C++ Toolkit 2003. This toolkit includes the full Visual C++ 2003 optimizing compiler. If you're already using Visual Studio .NET 2003, then you don't need to download this toolkit unless you just want to see what this is all about. The information page for the toolkit includes links to 4 articles that are designed to show different features of the compiler and it also includes a small FAQ that describes the toolkit in more detail. Here's a link:
Visual C++ Toolkit 2003
I see they picked this up already at
ActiveWin
. I'll add a headline link to the
Visual C++ Developer Center
on Monday.
46 Comments
C++
Comments
Comments
thomas woelfer
18 Apr 2004 3:08 AM
Brian,
this is so cool. i'm sure the guys from sharp develop will be happy to integrate the compiler with their ide... :) [ i'll still be using visual studio though... :) ]
btw: this got picked up alread at nickles.de (
http://www.nickles.de/c/n/3412.htm
) also.
MT
18 Apr 2004 8:29 AM
cirus: How does it feel to have such a small brain?
MS: Great news!! Finally, normal people doesn't have to use the Borland free commandline tools. Finally some proper directX support ;-)
Christophe Lauer
18 Apr 2004 12:05 PM
Pretty cool. BTW, I notice that the CL compiler that comes with Visual Studio .NET 2003 has version number 13.10.3077 whereas the one from the VC++ Toolkit is 13.10.3052. Is this the same for you?
Zak
19 Apr 2004 1:01 AM
This is perfect for me!! I use MSVC++ 6.0, and this .NET 2003 edition compiler and linker is perfect for me to import my makfiles with and make a more stable XP builds to release with the originals, and all for free!
MC
19 Apr 2004 5:42 AM
A hopeful sign. Does anybody know whether it's possible (and legal) to use this compiler with the "Standard" (a.k.a. "Crippleware") version of the Visual C++ IDE? MS don't sell the Professional version any more, and I'm not going to shell out for the whole of Visual Studion when I don't want, and won't use, most of it.
Roberto J. Dohnert
19 Apr 2004 11:09 AM
This was really great news and I am glad now we have some competition for the Intel C++ compilers and better C++ compilers than the ones that Borland Ship (Mind you I do use the C# Builder)plus these compilers are from Microsoft to boot. I have worked on some of the samples and this is really great stuff.
Spiny Norman
19 Apr 2004 11:50 AM
Hmmm... Has anyone else noticed that the toolkit lacks any facility for linking against the DLL C run-time libs? It also lacks libcmtd.lib. Not sure whether that was intentional or an oversight. Otherwise, it works great for all of my projects.
Ryan
19 Apr 2004 1:09 PM
Thank you MICROSOFT, I appreciate this very much. Now I am satisfied again with C++ .NET 2003 : Really Cool.
Also some critisism: Updates would be cool too, but you here my complain less further now.
THANK YOU VERY MUCH!
Enjoy your day further,
ryan
Andy
19 Apr 2004 1:23 PM
Splendid! Grabbing it with my 33.6 kpbs link ;) Yarr!
Andy
19 Apr 2004 1:23 PM
Splendid! Grabbing it with my 33.6 kbps link ;) Yarr!
Sean Gephardt's Microsoft Developer Network ( MSDN
19 Apr 2004 1:56 PM
Nektar
20 Apr 2004 6:47 AM
When launching the Toolkit from its shortcut in the Start menu a command window appears which has a spelling mistake. Instead of documentation it says documentaion.
Also, the Toolkit is only installed for the current user, as opposed to other tools such as the Platform SDK, which install for all users. So, the Toolkit’s shortcut appears only in the current user’s Start menu and so does the environment variable. It is only set for the current user.
Why do such errors occur? I thought that you check a lot your apps before releasing them. If we could find a spelling mistake in minutes what about other errors, which are hidden?
Szczepan Hołyszewski
20 Apr 2004 7:01 AM
No NMAKE.EXE. No problem, it's in the .NET Platform SDK anyway.
No LIB.EXE. Can't make libraries, and I want to build wxWidgets that happens to be a library! BIG PROBLEM. Is there a freely available package from MS that contains LIB.EXE?
Paul Winwood
20 Apr 2004 8:03 AM
No problem. Lib.exe is just a wrapper around link /lib. Try running Link /lib from a command line and see.
George Deprez
20 Apr 2004 2:19 PM
My company uses C++ 6.0 for all development.
Should I install this on my machine?
Page 1 of 4 (46 items)
1
2
3
4