summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-01-16 14:19:10 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-01-16 14:19:10 (GMT)
commit62529d9b1e7f041501195ceeec28587306168d76 (patch)
tree92587929324a04f2cd6e3bbde49ed4e523a0a79e /release_docs/INSTALL_Windows.txt
parent9bc322e0dcc53c81784f09acc1b92b0c8ffe5545 (diff)
downloadhdf5-62529d9b1e7f041501195ceeec28587306168d76.zip
hdf5-62529d9b1e7f041501195ceeec28587306168d76.tar.gz
hdf5-62529d9b1e7f041501195ceeec28587306168d76.tar.bz2
[svn-r14432] Purpose: Update Windows documentation concerning VS6
Details: We no longer support Visual Studio 6.0, so we note it in the documentation. Also, updated the path references in VS.NET documentation
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 703d2a8..ee0d033 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -16,7 +16,7 @@ Contents:
Section I : What do we build and install
Section II : How to build and test HDF5 libraries and tools
Section III : How to build examples (optional)
- Section IV : How to build an application using the HDF5 library or DLL
+ Section IV : How to build an application using the HDF5 library or DLL
Section V : How to disable Gzip(Zlib)/Szip compression
Section VI : How to build HDF5 with Fortran Support
Section VII : How to build Multi-threaded version of HDF5 library
@@ -151,9 +151,8 @@ Notes:
directory, run copy_hdf.bat first and then open all.dsw under
hdf5/windows/proj/all to start building process.
- 2. Users who prefer to use Visual Studio 6.0 can follow instructions in
- INSTALL_Windows_Short_MSVS6.0.txt. Note, however, that Visual Studio
- 6.0 will not be supported in future versions of HDF5.
+ 2. Visual Studio 6.0 is no longer supported. If you were previously using
+ Visual Studio 6.0, please upgrade to Visual Studio .NET or 2005.
2. Users who prefer to use Visual Studio .NET can follow instructions in
INSTALL_Windows_Short_Net.txt. Note, however, that Visual Studio
@@ -1372,7 +1371,7 @@ Notes: In Visual Studio 2005, the Single-threaded runtime libraries have been
those two sections carefully before go to the following part.
-In Visual Studio 6.0 and .Net, users have the option of building multi-threaded
+In Visual Studio .NET, users have the option of building multi-threaded
libraries by manipulating the project settings. Otherwise, the build process
is very much the same. Therefore, follow the instructions below, and refer
to the earlier sections of this document for details on building and testing.