diff options
Diffstat (limited to 'release_docs/INSTALL_Windows_Short_Intel.htm')
-rwxr-xr-x | release_docs/INSTALL_Windows_Short_Intel.htm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows_Short_Intel.htm b/release_docs/INSTALL_Windows_Short_Intel.htm index 04f2d43..2664d66 100755 --- a/release_docs/INSTALL_Windows_Short_Intel.htm +++ b/release_docs/INSTALL_Windows_Short_Intel.htm @@ -203,6 +203,9 @@ command line, please refer to INSATLL_Windows_From_Command_Line.txt. <A href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#step2_section2" target=_blank> INSTALL_Windows.html, Section II, STEP 2 Testing HDF5 libraries and tools.</a></p> +<p>8. If you are not building HDF5 with Thread-Safe Feature, ttsafedll.dsp +should be turned off always.</p> + <p class="note">Warnings:</p> <p class="note">Please read CAREFULLY about <a href="http://hdf.ncsa.uiuc.edu/windows/INSTALL_Windows.html#preconditions" target="_blank"> HDF5 build and install preconditions and notes</a> in @@ -264,7 +267,8 @@ INSTALL_Windows.txt before starting below procedures. </p> <li><h4>2.1.4 Building C and C++ Static and DLL Libraries and Tools</h4> <p>Select "Build", then Select "Set Active Configuration".</p> <p>Select "all -- Win32 Debug" or "all -- Win32 Release"</p> - <p>Disable all Fortran project files listed below:</p> + <p>Disable all Fortran project files listed below and + ttsafedll project file:</p> <ul class="normal"> <li>flush1_fortran </li> @@ -288,7 +292,8 @@ INSTALL_Windows.txt before starting below procedures. </p> <li>libtest_fortran </li> <li>libtest_fortrandll </li> <li>testhdf5_fortran </li> - <li>testhdf5_fortrandll</li> + <li>testhdf5_fortrandll</li> + <li>ttsafedll</li> </ul> <p>Select "ok". Select "Build" -> "Build" or "Rebuild All" to build debug version of project "all".</p> @@ -370,7 +375,8 @@ INSTALL_Windows.txt before starting below procedures. </p> Fortran Libraries and Tools</h4> <p>Select "Build", then Select "Set Active Configuration".</p> <p>Select "all -- Win32 Debug" or "all -- Win32 Release"</p> - <p>Disable all Fortran DLL project files listed below:</p> + <p>Disable all Fortran DLL project files listed below + and ttsafedll project file:</p> <ul class="normal"> <li>flush1_fortrandll </li> <li>flush2_fortrandll </li> @@ -382,6 +388,7 @@ INSTALL_Windows.txt before starting below procedures. </p> <li>hl_test_table_fortrandll</li> <li>libtest_fortrandll </li> <li>testhdf5_fortrandll</li> + <li>ttsafedll</li> </ul> <p>Select "ok". Select "Build" -> "Build" or "Rebuild All" to build Debug or Release version of HDF5 C, C++ Static and DLL |