TAO 1.0a p3 ----------- UNIX: TAO-1_0a_p3.tar.gz (NOTE: This requires extraction with GNU Tar) Windows: TAO-1_0a_p3.zip Each of these contain the full TAO 1.0a p3 source code. Changes from p2 to p3 include support for Visual Studio 7.1 and interoperability with GIOP 1.2 ORBs. In order to build TAO 1.0a p3 with Visual Studio 7.1, the following config.h must be used: // Start of config.h #define ACE_HAS_STANDARD_CPP_LIBRARY 1 #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1 #include "ace/config-win32.h" #undef ACE_HAS_BROKEN_NESTED_TEMPLATES #undef ACE_HAS_BROKEN_NAMESPACES // End of config.h Additionally, the Visual C++ 6.0 workspace files must be loaded into Visual Studio 7.1 and converted.