summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt22
1 files changed, 17 insertions, 5 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index b06e581..775da4f 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -1,3 +1,4 @@
+
***********************************************************************
* HDF5 Build and Install Instructions for Windows XP *
* (Full Version) *
@@ -17,7 +18,7 @@ Contents:
Section III : How to build examples (optional)
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 in VS 7.0(.NET)
+ Section VI : How to build HDF5 in .NET 2003
Section VII : How to build HDF5 with INTEL Compiler
Section VIII : How to build Multi-threaded version of HDF5 library
Section IX : How to build and test HDF5 snapshot release
@@ -188,6 +189,8 @@ Notes:
11. For users who would like to build, test and use HDF5 snapshot
release, please read Section IX.
+ 12. For .Net and Intel users, if you are not in Section X How to build HDF5 with
+ Thread-Safe Feature, ttsafedll.dsp should be turned off always.
========================================================================
@@ -1557,6 +1560,7 @@ Preconditions:
hdf5_hl_cppdll
hl_test_table_cpp
hl_test_table_cppdll
+ ttsafedll
Click on "OK", From the main menu, choose "Build"-> "Build" or
"Rebuild ALL" to build both release and debug version of HDF5
@@ -1590,6 +1594,7 @@ Preconditions:
hl_test_lite_fortrandll
hl_test_table_fortran
hl_test_table_fortrandll
+ ttsafedll
Click on "OK", From the main menu, choose "Build"-> "Build" or
"Rebuild ALL" to build both release and debug version of HDF5
@@ -1613,6 +1618,7 @@ Preconditions:
hl_test_dsdll
hl_test_packet
hl_test_packetdll
+ ttsafedll
Click on "OK", From the main menu, choose "Build"-> "Build" or
"Rebuild ALL" to build both release and debug version of HDF5
@@ -1628,6 +1634,7 @@ Preconditions:
hdf5_hl_cppdll
hl_test_table_cpp
hl_test_table_cppdll
+ ttsafedll
Click on "OK", From the main menu, choose "Build"-> "Build" or
"Rebuild ALL" to build both release and debug version of HDF5
@@ -1647,7 +1654,8 @@ Preconditions:
hl_test_lite_fortran
hl_test_lite_fortrandll
hl_test_table_fortran
- hl_test_table_fortrandll
+ hl_test_table_fortrandll
+ ttsafedll
Click on "OK", From the main menu, choose "Build"-> "Build" or
"Rebuild ALL" to build both release and debug version of HDF5
@@ -1764,7 +1772,8 @@ Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and
Select "all -- Win32 Debug" or "all -- Win32 Release"
- Disable all Fortran project files listed below:
+ Disable all Fortran project files listed below and ttsafedll
+ project files:
flush1_fortran
flush1_fortrandll
@@ -1788,6 +1797,7 @@ Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and
hl_test_lite_fortrandll
hl_test_table_fortran
hl_test_table_fortrandll
+ ttsafedll
Select "ok". Select "Build" -> "Build" or "Rebuild All" to
build debug version of project "all".
@@ -1861,12 +1871,13 @@ Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and
all .Net C++ project files to Intel C++ project formats.
2.2.5 Building HDF5 C/C++/Static Fortran Libraries and Tools
-
+
Select "Build", then Select "Set Active Configuration".
Select "all -- Win32 Debug" or "all -- Win32 Release"
- Disable all Fortran DLL project files listed below:
+ Disable all Fortran DLL project files listed below and ttsafedll
+ project file:
flush1_fortrandll
flush2_fortrandll
@@ -1877,6 +1888,7 @@ Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and
hl_test_table_fortrandll
libtest_fortrandll
testhdf5_fortrandll
+ ttsafedll
Select "ok". Select "Build" -> "Build" or "Rebuild All" to
build Debug or Release version of HDF5 C, C++ Static and DLL