Jeff, The essential problem is that there is no make distributed with that compiler, so I don't see folks building httpd with it any time soon. A most unfortunate omission.
On the other hand, simple modules (even mod_aspdotnet and the corresponding apache.web.cpp files), or apxs, could easily use the free compiler. I'm working on an alternate build for mod_aspdotnet to compile with either the full dev studio or only the free compiler. Batch/shell script is a generally lousy build environment, but for this case, I'm thinking it's ideal :) Bill At 01:51 PM 8/9/2004, Jeff White wrote: >For Windows .NET Framework 1.1 >and Windows Win32 usage: > >Any one ran _any_ compile tests for >usage in Apache Windows Win32 >development? > >July 2004 > ><quote> > >The Microsoft Visual C++ Toolkit 2003 >includes the core tools developers need >to compile and link C++-based applications >for Windows and the .NET Common Language >Runtime: > >Snip > >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. > ></quote> > >The Microsoft Visual C++ Toolkit 2003 Home Page >http://msdn.microsoft.com/visualc/vctoolkit2003/ > >Visual C++ Toolkit 2003 Download >http://www.microsoft.com/downloads/details.aspx?FamilyID=272be09d-40bb-49fd-9cb0-4bfa122fa91b&displaylang=en > >Yes .NET Framework 1.0 and 1.1 can be >used inside Apache Windows when loaded >via a C++ Apache Windows module that >loads .NET assemblies..... > >Jeff