summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-02-18 18:51:47 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-02-18 18:51:47 (GMT)
commita937d785c0a3fa0f9342aef69f37d0a91216c620 (patch)
tree47ad5ea0e01acb647683435c58b309f43c2364ac /windows
parentd2eaed4f42a3351b304a32eae7f5ec9ba395a0cc (diff)
downloadhdf5-a937d785c0a3fa0f9342aef69f37d0a91216c620.zip
hdf5-a937d785c0a3fa0f9342aef69f37d0a91216c620.tar.gz
hdf5-a937d785c0a3fa0f9342aef69f37d0a91216c620.tar.bz2
[svn-r14605] Purpose: Rename Windows HL Example projects to match other platforms
Description: The collection of HL C examples that we distribute for Windows is incomplete. I wasn't aware of it until Pedro pointed it out, because we use different (although similar) names for the generated files. This checkin changes the naming to follow Linux, in preparation to add the rest of the HL examples to Windows. Note: I believe I've updated the MANIFEST accordingly, but I may have missed something-- I'll check on Linux shortly after this commit. Tested: VS2005 on WinXP VS.NET on WinXP
Diffstat (limited to 'windows')
-rw-r--r--windows/hl/examples/allhlcexamples/allhlcexamples.sln20
-rw-r--r--windows/hl/examples/ex_ds1/ex_ds1.vcproj (renamed from windows/hl/examples/ex_ds/ex_ds.vcproj)52
-rw-r--r--windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj (renamed from windows/hl/examples/ex_dsdll/ex_dsdll.vcproj)51
-rw-r--r--windows/hl/examples/ex_image1/ex_image1.vcproj (renamed from windows/hl/examples/ex_images/ex_images.vcproj)51
-rw-r--r--windows/hl/examples/ex_image1dll/ex_image1dll.vcproj (renamed from windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj)51
-rw-r--r--windows/hl/examples/ex_lite1/ex_lite1.vcproj (renamed from windows/hl/examples/ex_lite/ex_lite.vcproj)51
-rw-r--r--windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj (renamed from windows/hl/examples/ex_litedll/ex_litedll.vcproj)51
-rw-r--r--windows/hl/examples/ex_table01/ex_table01.vcproj (renamed from windows/hl/examples/ex_table/ex_table.vcproj)51
-rw-r--r--windows/hl/examples/ex_table01dll/ex_table01dll.vcproj (renamed from windows/hl/examples/ex_tabledll/ex_tabledll.vcproj)51
-rw-r--r--windows/hl/examples/ptExampleFL/ptExampleFL.vcproj (renamed from windows/hl/examples/ex_packet/ex_packet.vcproj)51
-rw-r--r--windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj (renamed from windows/hl/examples/ex_packetdll/ex_packetdll.vcproj)51
-rw-r--r--windows/hl/examples/test_hl_cexamples.BAT55
-rwxr-xr-xwindows/install_hlcexamples.BAT50
13 files changed, 325 insertions, 311 deletions
diff --git a/windows/hl/examples/allhlcexamples/allhlcexamples.sln b/windows/hl/examples/allhlcexamples/allhlcexamples.sln
index f0a4082..b252a34 100644
--- a/windows/hl/examples/allhlcexamples/allhlcexamples.sln
+++ b/windows/hl/examples/allhlcexamples/allhlcexamples.sln
@@ -14,25 +14,25 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allhlcexamples", "allhlcexa
{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618} = {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds", "..\ex_ds\ex_ds.vcproj", "{70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1", "..\ex_ds1\ex_ds1.vcproj", "{70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_dsdll", "..\ex_dsdll\ex_dsdll.vcproj", "{C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1dll", "..\ex_ds1dll\ex_ds1dll.vcproj", "{C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_images", "..\ex_images\ex_images.vcproj", "{B4DE42B5-0032-4175-BEEE-F65875360A45}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1", "..\ex_image1\ex_image1.vcproj", "{B4DE42B5-0032-4175-BEEE-F65875360A45}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_imagesdll", "..\ex_imagesdll\ex_imagesdll.vcproj", "{E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1dll", "..\ex_image1dll\ex_image1dll.vcproj", "{E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite", "..\ex_lite\ex_lite.vcproj", "{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1", "..\ex_lite1\ex_lite1.vcproj", "{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_litedll", "..\ex_litedll\ex_litedll.vcproj", "{DB7330C6-D009-4BF7-B85D-656185825950}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1dll", "..\ex_lite1dll\ex_lite1dll.vcproj", "{DB7330C6-D009-4BF7-B85D-656185825950}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packet", "..\ex_packet\ex_packet.vcproj", "{47753B08-F9F5-409B-9EC2-9135B4508BAF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFL", "..\ptExampleFL\ptExampleFL.vcproj", "{47753B08-F9F5-409B-9EC2-9135B4508BAF}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packetdll", "..\ex_packetdll\ex_packetdll.vcproj", "{25DC2207-299D-4272-9530-B126539BE0E9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFLdll", "..\ptExampleFLdll\ptExampleFLdll.vcproj", "{25DC2207-299D-4272-9530-B126539BE0E9}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table", "..\ex_table\ex_table.vcproj", "{334E19CF-8B74-4067-8303-A398E3F22593}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01", "..\ex_table01\ex_table01.vcproj", "{334E19CF-8B74-4067-8303-A398E3F22593}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_tabledll", "..\ex_tabledll\ex_tabledll.vcproj", "{4116EF37-EBA5-424F-A01B-2D80DB5807E3}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01dll", "..\ex_table01dll\ex_table01dll.vcproj", "{4116EF37-EBA5-424F-A01B-2D80DB5807E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/windows/hl/examples/ex_ds/ex_ds.vcproj b/windows/hl/examples/ex_ds1/ex_ds1.vcproj
index 4aa8cd8..f95613c 100644
--- a/windows/hl/examples/ex_ds/ex_ds.vcproj
+++ b/windows/hl/examples/ex_ds1/ex_ds1.vcproj
@@ -2,9 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_ds"
+ Name="ex_ds1"
ProjectGUID="{70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}"
- RootNamespace="ex_ds"
+ RootNamespace="ex_ds1"
>
<Platforms>
<Platform
@@ -41,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.tlb"
HeaderFileName=""
/>
<Tool
@@ -54,10 +54,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_ds\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -80,7 +80,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -134,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.tlb"
HeaderFileName=""
/>
<Tool
@@ -147,10 +147,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_ds\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -173,7 +173,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -226,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.tlb"
HeaderFileName=""
/>
<Tool
@@ -237,10 +237,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_ds\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -265,7 +265,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -319,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.tlb"
HeaderFileName=""
/>
<Tool
@@ -330,10 +330,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_ds\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -358,7 +358,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj b/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
index ef47818..7d1fac0 100644
--- a/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj
+++ b/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_dsdll"
+ Name="ex_ds1dll"
ProjectGUID="{C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}"
+ RootNamespace="ex_ds1dll"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -51,10 +52,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_dsdll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_dsdll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -79,7 +80,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -144,10 +145,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_dsdll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_dsdll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -172,7 +173,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -238,10 +239,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_dsdll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_dsdll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -264,7 +265,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -331,10 +332,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_dsdll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_dsdll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_ds1dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -357,7 +358,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_images/ex_images.vcproj b/windows/hl/examples/ex_image1/ex_image1.vcproj
index 7707a24..011053e 100644
--- a/windows/hl/examples/ex_images/ex_images.vcproj
+++ b/windows/hl/examples/ex_image1/ex_image1.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_images"
+ Name="ex_image1"
ProjectGUID="{B4DE42B5-0032-4175-BEEE-F65875360A45}"
+ RootNamespace="ex_image1"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.tlb"
HeaderFileName=""
/>
<Tool
@@ -51,10 +52,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_images\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_images\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_images\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -79,7 +80,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.tlb"
HeaderFileName=""
/>
<Tool
@@ -144,10 +145,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_images\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_images\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_images\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -172,7 +173,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.tlb"
HeaderFileName=""
/>
<Tool
@@ -238,10 +239,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_images\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_images\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_images\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -264,7 +265,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.tlb"
HeaderFileName=""
/>
<Tool
@@ -331,10 +332,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_images\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_images\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_images\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -357,7 +358,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj b/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj
index 3c3e26a..90f6f60 100644
--- a/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj
+++ b/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_imagesdll"
+ Name="ex_image1dll"
ProjectGUID="{E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}"
+ RootNamespace="ex_image1dll"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -51,10 +52,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -79,7 +80,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -144,10 +145,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -172,7 +173,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -238,10 +239,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_imagesdll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_imagesdll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -264,7 +265,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -331,10 +332,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_imagesdll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_imagesdll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_image1dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -357,7 +358,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_lite/ex_lite.vcproj b/windows/hl/examples/ex_lite1/ex_lite1.vcproj
index 519c5ea..a6e6f75 100644
--- a/windows/hl/examples/ex_lite/ex_lite.vcproj
+++ b/windows/hl/examples/ex_lite1/ex_lite1.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_lite"
+ Name="ex_lite1"
ProjectGUID="{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}"
+ RootNamespace="ex_lite1"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.tlb"
HeaderFileName=""
/>
<Tool
@@ -53,10 +54,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_lite\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -79,7 +80,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.tlb"
HeaderFileName=""
/>
<Tool
@@ -146,10 +147,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_lite\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -172,7 +173,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.tlb"
HeaderFileName=""
/>
<Tool
@@ -236,10 +237,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_lite\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -264,7 +265,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.tlb"
HeaderFileName=""
/>
<Tool
@@ -329,10 +330,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_lite\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -357,7 +358,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_litedll/ex_litedll.vcproj b/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
index cb014d7..45ae1a8 100644
--- a/windows/hl/examples/ex_litedll/ex_litedll.vcproj
+++ b/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_litedll"
+ Name="ex_lite1dll"
ProjectGUID="{DB7330C6-D009-4BF7-B85D-656185825950}"
+ RootNamespace="ex_lite1dll"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -53,10 +54,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_litedll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_litedll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_litedll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -79,7 +80,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -146,10 +147,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_litedll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_litedll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_litedll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -172,7 +173,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -236,10 +237,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_litedll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_litedll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -264,7 +265,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -329,10 +330,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_litedll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_litedll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -357,7 +358,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_table/ex_table.vcproj b/windows/hl/examples/ex_table01/ex_table01.vcproj
index d438e79..517a18f 100644
--- a/windows/hl/examples/ex_table/ex_table.vcproj
+++ b/windows/hl/examples/ex_table01/ex_table01.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_table"
+ Name="ex_table01"
ProjectGUID="{334E19CF-8B74-4067-8303-A398E3F22593}"
+ RootNamespace="ex_table01"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.tlb"
HeaderFileName=""
/>
<Tool
@@ -53,10 +54,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_table\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -79,7 +80,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.tlb"
HeaderFileName=""
/>
<Tool
@@ -146,10 +147,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_table\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -172,7 +173,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.tlb"
HeaderFileName=""
/>
<Tool
@@ -236,10 +237,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_table\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -264,7 +265,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.tlb"
HeaderFileName=""
/>
<Tool
@@ -329,10 +330,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_table\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -357,7 +358,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj b/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj
index 7a05fac..8a0fab9 100644
--- a/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj
+++ b/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_tabledll"
+ Name="ex_table01dll"
ProjectGUID="{4116EF37-EBA5-424F-A01B-2D80DB5807E3}"
+ RootNamespace="ex_table01dll"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -53,10 +54,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_tabledll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_tabledll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -79,7 +80,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -146,10 +147,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_tabledll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_tabledll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01dll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01dll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -172,7 +173,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -236,10 +237,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_tabledll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_tabledll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -264,7 +265,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.tlb"
HeaderFileName=""
/>
<Tool
@@ -329,10 +330,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_tabledll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_tabledll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -357,7 +358,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_packet/ex_packet.vcproj b/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj
index 474803f..2ef6fe3 100644
--- a/windows/hl/examples/ex_packet/ex_packet.vcproj
+++ b/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_packet"
+ Name="ptExampleFL"
ProjectGUID="{47753B08-F9F5-409B-9EC2-9135B4508BAF}"
+ RootNamespace="ptExampleFL"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.tlb"
HeaderFileName=""
/>
<Tool
@@ -51,10 +52,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packet\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packet\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packet\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -79,7 +80,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.tlb"
HeaderFileName=""
/>
<Tool
@@ -144,10 +145,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packet\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packet\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packet\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -172,7 +173,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\lib\,..\..\..\..\proj\hdf5\debug,..\..\..\..\proj\hdf5_hl\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.tlb"
HeaderFileName=""
/>
<Tool
@@ -238,10 +239,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packet\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packet\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packet\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFL\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFL\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -264,7 +265,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.tlb"
HeaderFileName=""
/>
<Tool
@@ -331,10 +332,10 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packet\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packet\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packet\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFL\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFL\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -357,7 +358,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\lib,..\..\..\..\proj\hdf5\release,..\..\..\..\proj\hdf5_hl\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj b/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
index 3eb72f0..98962e7 100644
--- a/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj
+++ b/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
@@ -2,8 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
- Name="ex_packetdll"
+ Name="ptExampleFLdll"
ProjectGUID="{25DC2207-299D-4272-9530-B126539BE0E9}"
+ RootNamespace="ptExampleFLdll"
>
<Platforms>
<Platform
@@ -40,7 +41,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.tlb"
HeaderFileName=""
/>
<Tool
@@ -51,10 +52,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packetdll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packetdll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -79,7 +80,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -133,7 +134,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.tlb"
HeaderFileName=""
/>
<Tool
@@ -144,10 +145,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packetdll\Debug/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packetdll\Debug/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@@ -172,7 +173,7 @@
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\debug\dll\,..\..\..\..\proj\hdf5dll\debug,..\..\..\..\proj\hdf5_hldll\debug"
GenerateDebugInformation="true"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.pdb"
SubSystem="1"
TargetMachine="17"
/>
@@ -225,7 +226,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.tlb"
HeaderFileName=""
/>
<Tool
@@ -238,10 +239,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packetdll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packetdll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -264,7 +265,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -318,7 +319,7 @@
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.tlb"
HeaderFileName=""
/>
<Tool
@@ -331,10 +332,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
- PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.pch"
- AssemblerListingLocation=".\..\..\..\..\hl\examples\ex_packetdll\Release/"
- ObjectFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/"
- ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_packetdll\Release/"
+ PrecompiledHeaderFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.pch"
+ AssemblerListingLocation=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/"
+ ObjectFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/"
+ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
@@ -357,7 +358,7 @@
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\..\..\hdf5lib\release\dll\,..\..\..\..\proj\hdf5dll\release,..\..\..\..\proj\hdf5_hldll\release"
- ProgramDatabaseFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.pdb"
+ ProgramDatabaseFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.pdb"
SubSystem="1"
TargetMachine="17"
/>
diff --git a/windows/hl/examples/test_hl_cexamples.BAT b/windows/hl/examples/test_hl_cexamples.BAT
index be63180..33d2311 100644
--- a/windows/hl/examples/test_hl_cexamples.BAT
+++ b/windows/hl/examples/test_hl_cexamples.BAT
@@ -1,23 +1,26 @@
-@REM Copyright by The HDF Group.
-@REM Copyright by the Board of Trustees of the University of Illinois.
-@REM All rights reserved.
-@REM
-@REM This file is part of HDF5. The full HDF5 copyright notice, including
-@REM terms governing use, modification, and redistribution, is contained in
-@REM the files COPYING and Copyright.html. COPYING can be found at the root
-@REM of the source code distribution tree; Copyright.html can be found at the
-@REM root level of an installed copy of the electronic HDF5 document set and
-@REM is linked from the top-level documents page. It can also be found at
-@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
-@REM access to either file, you may request a copy from help@hdfgroup.org.
+@echo OFF
+rem Copyright by The HDF Group.
+rem Copyright by the Board of Trustees of the University of Illinois.
+rem All rights reserved.
+rem
+rem This file is part of HDF5. The full HDF5 copyright notice, including
+rem terms governing use, modification, and redistribution, is contained in
+rem the files COPYING and Copyright.html. COPYING can be found at the root
+rem of the source code distribution tree; Copyright.html can be found at the
+rem root level of an installed copy of the electronic HDF5 document set and
+rem is linked from the top-level documents page. It can also be found at
+rem http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
+rem access to either file, you may request a copy from help@hdfgroup.org.
-@ECHO OFF
-@:: This batch file is used to test HDF5 High Level C examples.
-@:: Written by : Fang GUO
-@:: Created : 07/26/2005
-@:: Last Modified:
+rem This batch file is used to test HDF5 High Level C examples.
+rem Written by : Fang GUO
+rem Created : 07/26/2005
+rem Last Modified: 2/18/08
-:: Track errors
+rem Use delayed expansion to track changes inside a loop
+setlocal enabledelayedexpansion
+
+rem Track errors
set total_error=0
if %1.==. GOTO WRONG
@@ -36,25 +39,25 @@ GOTO WRONG
echo Testing %1 %2 version of High Level examples
echo.
-for %%i in (ds lite table images packet) do (
-HLCexamples%1%2\ex_%%i%2
-if not %errorlevel%==0 set /A totalerror=totalerror+1
+for %%i in (ex_ds1 ex_lite1 ex_table01 ex_image1 ptExampleFL) do (
+ HLCexamples%1%2\%%i%2
+ if not !errorlevel!==0 set /A total_error=!total_error!+1
)
if %total_error%==0 (
-echo.
-echo. All of the HL C Examples Passed!
+ echo.
+ echo. All of the HL C Examples Passed!
) else (
-echo.
-echo. %total_error% HL C Examples Failed!
+ echo.
+ echo. %total_error% HL C Examples Failed!
)
GOTO END
:WRONG
echo The syntax of the command is incorrect.
-echo Use test_hl_cexamples /? for usage informtaion
+echo Use test_hl_cexamples /? for usage information
echo.
GOTO END
diff --git a/windows/install_hlcexamples.BAT b/windows/install_hlcexamples.BAT
index 306a340..58a4503 100755
--- a/windows/install_hlcexamples.BAT
+++ b/windows/install_hlcexamples.BAT
@@ -1,34 +1,36 @@
-@REM Copyright by The HDF Group.
-@REM Copyright by the Board of Trustees of the University of Illinois.
-@REM All rights reserved.
-@REM
-@REM This file is part of HDF5. The full HDF5 copyright notice, including
-@REM terms governing use, modification, and redistribution, is contained in
-@REM the files COPYING and Copyright.html. COPYING can be found at the root
-@REM of the source code distribution tree; Copyright.html can be found at the
-@REM root level of an installed copy of the electronic HDF5 document set and
-@REM is linked from the top-level documents page. It can also be found at
-@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
-@REM access to either file, you may request a copy from help@hdfgroup.org.
+@echo OFF
+rem Copyright by The HDF Group.
+rem Copyright by the Board of Trustees of the University of Illinois.
+rem All rights reserved.
+rem
+rem This file is part of HDF5. The full HDF5 copyright notice, including
+rem terms governing use, modification, and redistribution, is contained in
+rem the files COPYING and Copyright.html. COPYING can be found at the root
+rem of the source code distribution tree; Copyright.html can be found at the
+rem root level of an installed copy of the electronic HDF5 document set and
+rem is linked from the top-level documents page. It can also be found at
+rem http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
+rem access to either file, you may request a copy from help@hdfgroup.org.
-@ECHO OFF
-@:: This batch file is used to install HDF5 High Level C
-@:: Examples' executable files.
-@:: Written by : Fang GUO
-@:: Created on : 07/25/2005
-@:: Last Modified: 03/08/2006
+rem This batch file is used to install HDF5 High Level C
+rem Examples' executable files.
+rem Written by : Fang GUO
+rem Created on : 07/25/2005
+rem Last Modified: 2/18/2008
-cd hl/examples
+pushd hl\examples
mkdir HLCexamplesRELEASE
mkdir HLCexamplesRELEASEDLL
mkdir HLCexamplesDEBUG
mkdir HLCexamplesDEBUGDLL
-for %%i in (images lite table ds packet) do (
-copy ex_%%i\debug\ex_%%i.exe HLCexamplesDEBUG\
-copy ex_%%i\release\ex_%%i.exe HLCexamplesRELEASE\
-copy ex_%%idll\debug\ex_%%idll.exe HLCexamplesDEBUGDLL\
-copy ex_%%idll\release\ex_%%idll.exe HLCexamplesRELEASEDLL\
+for %%i in (ex_image1 ex_lite1 ex_table01 ex_ds1 ptExampleFL) do (
+ copy %%i\debug\%%i.exe HLCexamplesDEBUG\
+ copy %%i\release\%%i.exe HLCexamplesRELEASE\
+ copy %%idll\debug\%%idll.exe HLCexamplesDEBUGDLL\
+ copy %%idll\release\%%idll.exe HLCexamplesRELEASEDLL\
)
+
+popd