diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-25 19:35:34 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-04-25 19:35:34 (GMT) |
commit | 7e53cf90cfbdede6a186023ed194d40d8926aef7 (patch) | |
tree | 2ee703bab76e59dba31bb95ff6425c438283c0c6 /release_docs/INSTALL_Windows.html | |
parent | 6573bf49744841998dbbdb748e9f0a279dec40ab (diff) | |
download | hdf5-7e53cf90cfbdede6a186023ed194d40d8926aef7.zip hdf5-7e53cf90cfbdede6a186023ed194d40d8926aef7.tar.gz hdf5-7e53cf90cfbdede6a186023ed194d40d8926aef7.tar.bz2 |
[svn-r12299] Purpose:
Maintenance on Windows
Description:
ttsafedll will be automatically enabled when using .Net and Intel
Add in some instructions for this in applicable places
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs/INSTALL_Windows.html')
-rwxr-xr-x | release_docs/INSTALL_Windows.html | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html index af41ce7..55ac73c 100755 --- a/release_docs/INSTALL_Windows.html +++ b/release_docs/INSTALL_Windows.html @@ -211,7 +211,7 @@ library or DLL</a></h3> <h3><a href="#section6">Section VI </a></h3> </td> <td> -<h3><a href="#section6"> How to build HDF5 in VS 7.0(.NET)</a></h3> +<h3><a href="#section6"> How to build HDF5 in .NET 2003</a></h3> </td> </tr> <tr> @@ -425,6 +425,9 @@ need to read <a href="#section5">Section V</a>. </p> <p class="note">9. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and Intel 8.1 only works with MSVS .net 2003 when you build HDF5-1.8.x. </p> </li> + <li><p class="note">10. For .Net and Intel users, if you are not in + <a href="#section10">Section X How to build HDF5 with Thread-Safe Feature</a>, + ttsafedll.dsp should be turned off always.</p> </li> </ul> <p class="right"><a href="#preconditions">Go to TOP Preconditions</a></p> <p class="right"><a href="#content_table">Go to Table of Contents</a></p> @@ -2105,6 +2108,9 @@ lines. </p> c:\MyHDFstuff\hdf5\windows\proj\all. In the pop up window, choose "Yes To All" to convert all project files to Visual C++ .Net project format.</p> </li> + <li><p class="note">Notes: If you are not in <a href="#section10"> + Section X How to build HDF5 with Thread-Safe Feature</a>, ttsafedll.dsp should + be turned off always.</p> </li> </ul> </li> <li> @@ -2130,6 +2136,7 @@ lines. </p> <li>hdf5_hl_cppdll </li> <li>hl_test_table_cpp</li> <li>hl_test_table_cppdll </li> + <li>ttsafedll</li> </ul> </li> </ul> @@ -2164,6 +2171,7 @@ lines. </p> <li>hl_test_lite_fortrandll </li> <li>hl_test_table_fortran</li> <li>hl_test_table_fortrandll</li> + <li>ttsafedll</li> </ul> </li> </ul> @@ -2189,6 +2197,7 @@ lines. </p> <li>hl_test_dsdll</li> <li>hl_test_packet</li> <li>hl_test_packetdll</li> + <li>ttsafedll</li> </ul> </li> </ul> @@ -2205,6 +2214,7 @@ lines. </p> <li>hdf5_hl_cppdll</li> <li>hl_test_table_cpp</li> <li>hl_test_table_cppdll</li> + <li>ttsafedll</li> </ul> </li> </ul> @@ -2227,6 +2237,7 @@ lines. </p> <li>hl_test_lite_fortrandll</li> <li>hl_test_table_fortran </li> <li>hl_test_table_fortrandll</li> + <li>ttsafedll</li> </ul> </li> </ul> @@ -2391,7 +2402,8 @@ lines. </p> <ul class="intable"> <li>Select <span class="filename">"all -- Win32 Debug" </span>or<span class="filename"> "all -- Win32 Release"</span></li> - <li>Disable all Fortran project files listed below:</li> + <li>Disable all Fortran project files listed below and <span class="filename"> + ttsafedll</span> project file:</li> <li>flush1_fortran </li> <li>flush1_fortrandll </li> <li>flush2_fortran </li> @@ -2409,6 +2421,7 @@ lines. </p> <li>hl_test_image_fortran </li> <li>hl_test_lite_fortran </li> <li>hl_test_table_fortran</li> + <li>ttsafedll</li> <li>Select <span class="filename">"ok". </span>Select<span class="filename"> "Build" -> "Build" or "Rebuild All" </span>to build debug version of project<span class="filename"> "all".</span></li> @@ -2499,7 +2512,8 @@ lines. </p> <ul class="intable"> <li>Select<span class="filename"> "all -- Win32 Debug" </span>or<span class="filename"> "all -- Win32 Release"</span></li> - <li>Disable all Fortran DLL project files listed below:</li> + <li>Disable all Fortran DLL project files listed below and + <span class="filename">ttsafedll</span> project file:</li> <li>flush1_fortrandll </li> <li>flush2_fortrandll </li> <li>hdf5_fortrandll </li> @@ -2509,6 +2523,7 @@ lines. </p> <li>hl_test_table_fortrandll</li> <li>libtest_fortrandll </li> <li>testhdf5_fortrandll</li> + <li>ttsafedll</li> <li>Select <span class="filename">"ok"</span>. Select <span class="filename">"Build"</span> -> <span class="filename">"Build" or "Rebuild All"</span> to build Debug or Release version of HDF5 C, C++ Static |