summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-03-16 18:45:01 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-03-16 18:45:01 (GMT)
commit92e8a4d3655915c2ed5de02aa345ffdb64600805 (patch)
treee6edeb5d75200a623bc1958d0d9f41f1c5bff880 /release_docs
parent357dc7ee9969b74bf1701ae5111004cd8283f2b7 (diff)
downloadhdf5-92e8a4d3655915c2ed5de02aa345ffdb64600805.zip
hdf5-92e8a4d3655915c2ed5de02aa345ffdb64600805.tar.gz
hdf5-92e8a4d3655915c2ed5de02aa345ffdb64600805.tar.bz2
[svn-r12103] Purpose:
Maintenance on Windows Description: Update contents on HL C Examples Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rwxr-xr-xrelease_docs/INSTALL_Windows.html26
-rw-r--r--release_docs/INSTALL_Windows.txt19
2 files changed, 24 insertions, 21 deletions
diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html
index cf316a0..4c08080 100755
--- a/release_docs/INSTALL_Windows.html
+++ b/release_docs/INSTALL_Windows.html
@@ -1690,6 +1690,11 @@ file, you may see a folder called hdf5lib under <span class="filename">c:\MyHDFs
<li>ex_litedll </li>
<li>ex_table </li>
<li>ex_tabledll</li>
+ <li>ex_ds</li>
+ <li>ex_dsdll</li>
+ <li>ex_packet</li>
+ <li>ex_packetdll</li>
+
</ul>
</li>
<li>
@@ -1717,20 +1722,17 @@ file, you may see a folder called hdf5lib under <span class="filename">c:\MyHDFs
<li>test_hl_cexamples debug -- for debug version </li>
<li>test_hl_cexamples debug dll -- for debug DLL version</li>
</ul>
+
<p>Invoke a command prompt window and run <span class="filename">test_hl_cexamples.bat</span>
with appropriate options. When you run <span class="filename">&quot;test_hl_cexamples
- release&quot;</span>, the output will look like: </p>
- <ul class="normal">
- <li>Testing release version of High Level examples</li>
- <li>Example make an attribute&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- PASSED</li>
- <li>Example make indexted image&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- PASSED</li>
- <li>Example make a table&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
- PASSED</li>
- </ul>
- <p>Similar messages should be generated with the other three options if the
- high level C examples are built successfully.</p>
+ release&quot;</span>, When you run "test_hl_cexamples.bat" with each option, if you see the
+ following messages at the end: </p>
+
+ <p class="insmes"> All of the HL C Examples Passed!</p>
+
+ <p>You have built HL C examples successfully. Otherwise, HL C examples Failed to build.</p>
+
+
<h3><a name="hlf90examples"><u>How to&nbsp; build and test HDF5 High Level Fortran examples:</u></a></h3>
<ul class="intable">
<li>
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 6f109cc..79ffc2b 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -1150,6 +1150,10 @@ c:\MyHDFstuff\hdf5\windows\hl\examples\allhlcexamples\allhlcexamples.dsw
ex_litedll
ex_table
ex_tabledll
+ ex_ds
+ ex_dsdll
+ ex_packet
+ ex_packetdll
3. Invoke a command prompt window and run the batch file
Install_hlcexamples.bat which resides in the top level directory
@@ -1179,17 +1183,14 @@ c:\MyHDFstuff\hdf5\windows\hl\examples\allhlcexamples\allhlcexamples.dsw
Invoke a command prompt window and run test_hl_cexamples with
appropriate options.
- When you run "test_hl_cexamples release", the output will look
- like:
+ When you run "test_hl_cexamples.bat" with each option, if you see the
+ following messages at the end:
- Testing release version of High Level examples
+ All of the HL C Examples Passed!
+
+ You have built HL C examples successfully. Otherwise, HL C examples
+ Failed to build.
- Example make an attribute PASSED
- Example make indexed image PASSED
- Example make a table PASSED
-
- Similar messages should be generated with another three options
- If the high level C examples are built successfully.
To build and test HDF5 High Level Fortran examples:
---------------------------------------------------