For those 2-3 people still searching for this thing, it’s the old ‘free’ CLI C++ compiler from Visual Studio .NET 2003.
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3052 for 80×86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
Although Visual C++ .NET 2003 SP1 gives you a later version of the compiler…
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for 80×86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
I’m not sure if you can service pack this toolkit.
You can download it from my site as VCToolkitSetup.exe
For anyone who wants to run this under newer versions of Windows as I know I can’t install it on Windows 8 or 10, I installed it on my Windows XP x64 machine, and uploaded it here as vc2003toolkit.7z
By the time this came out, Microsoft had started to admit that they had lost serious ground to GCC, as for years they had neglected the low end $99 market that they had dominated during their fights with Borland in the QuickC vs TurboC days.  Once Borland had withdrawn from the market, Microsoft felt no need to compete and this left plenty of time for GNU tools to take hold in the marketplace.  This was a stopgap reaction as a prelude to the Visual Studio Express that would happen in 2005 onward.
Elsewhere I’ve been able to find an old Windows 2003 SP1 Platform SDK image, it should certainly let this compiler build far more interesting things. Â Although unless you really need 2003, you really ought to look at newer stuff. Â Unless you like really old stuff, then as a reminder the Win32s 1.1 SDK includes the version 8.00 compiler from 1993 as well. Â You can download it from here:Â win32s-1.1-build-88-msvc32sdev.7zÂ
Windows DDK for XP SP2 and 2003SP1 comes with yet another release (13.10.4035). I used it with Platform SDK and was pretty stable (unless you need floating point).
https://web.archive.org/web/20050301013626/http://msdn.microsoft.com/visualc/vctoolkit2003/ says:
“The Visual C++ Toolkit 2003, version 1.01 (released July 6, 2004) supplants version 1.0 (released April 16, 2004). Version 1.01 updates the included Visual C++ compiler to exactly match the compiler that ships with Visual Studio .NET 2003 (build 13.10.3077). In the initial 1.0 Toolkit release, the build numbers of the compilers differed slightly. Version 1.01 of the Toolkit also corrects some minor grammatical issues in the sample whitepapers and in the command prompt window.”
It sounds like you have 1.0 then, but it probably doesn’t matter, because the page also says:
“There are no compilation-related behavior changes in the Toolkit version 1.01 from version 1.0.”
I never knew there was a 1.01, at the time it was a super convenient way to ‘drop’ in the newer compiler onto older VC installs, using the old libs and includes…
It’s nice the whole page is archived as well, cool!
Heh, and a nice way to drop a compiler with an optimizer into the standard edition which didn’t have one…