From 92e8a4d3655915c2ed5de02aa345ffdb64600805 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Thu, 16 Mar 2006 13:45:01 -0500 Subject: [svn-r12103] Purpose: Maintenance on Windows Description: Update contents on HL C Examples Solution: Platforms tested: Misc. update: --- release_docs/INSTALL_Windows.html | 26 ++++++++++++++------------ release_docs/INSTALL_Windows.txt | 19 ++++++++++--------- 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 c:\MyHDFs
  • ex_litedll
  • ex_table
  • ex_tabledll
  • +
  • ex_ds
  • +
  • ex_dsdll
  • +
  • ex_packet
  • +
  • ex_packetdll
  • +
  • @@ -1717,20 +1722,17 @@ file, you may see a folder called hdf5lib under c:\MyHDFs
  • test_hl_cexamples debug -- for debug version
  • test_hl_cexamples debug dll -- for debug DLL version
  • +

    Invoke a command prompt window and run test_hl_cexamples.bat with appropriate options. When you run "test_hl_cexamples - release", the output will look like:

    - -

    Similar messages should be generated with the other three options if the - high level C examples are built successfully.

    + release"
    , When you run "test_hl_cexamples.bat" with each option, if you see the + following messages at the end:

    + +

    All of the HL C Examples Passed!

    + +

    You have built HL C examples successfully. Otherwise, HL C examples Failed to build.

    + +

    How to  build and test HDF5 High Level Fortran examples: