summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--MANIFEST40
-rw-r--r--release_docs/INSTALL_Windows.txt20
-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
-rw-r--r--windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln20
-rw-r--r--windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj (renamed from windows_vnet/hl/examples/ex_ds/ex_ds.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj (renamed from windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_image1/ex_image1.vcproj (renamed from windows_vnet/hl/examples/ex_images/ex_images.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj (renamed from windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj (renamed from windows_vnet/hl/examples/ex_lite/ex_lite.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj (renamed from windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_table01/ex_table01.vcproj (renamed from windows_vnet/hl/examples/ex_table/ex_table.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj (renamed from windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj (renamed from windows_vnet/hl/examples/ex_packet/ex_packet.vcproj)38
-rw-r--r--windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj (renamed from windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj)38
26 files changed, 555 insertions, 541 deletions
diff --git a/MANIFEST b/MANIFEST
index aff8b13..32626ca 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1775,16 +1775,16 @@
./windows/hl/examples/test_hl_cexamples.BAT
./windows/hl/examples/allhlcexamples/allhlcexamples.sln
./windows/hl/examples/allhlcexamples/allhlcexamples.vcproj
-./windows/hl/examples/ex_ds/ex_ds.vcproj
-./windows/hl/examples/ex_dsdll/ex_dsdll.vcproj
-./windows/hl/examples/ex_images/ex_images.vcproj
-./windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj
-./windows/hl/examples/ex_lite/ex_lite.vcproj
-./windows/hl/examples/ex_litedll/ex_litedll.vcproj
-./windows/hl/examples/ex_packet/ex_packet.vcproj
-./windows/hl/examples/ex_packetdll/ex_packetdll.vcproj
-./windows/hl/examples/ex_table/ex_table.vcproj
-./windows/hl/examples/ex_tabledll/ex_tabledll.vcproj
+./windows/hl/examples/ex_ds1/ex_ds1.vcproj
+./windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
+./windows/hl/examples/ex_image1/ex_image1.vcproj
+./windows/hl/examples/ex_image1dll/ex_image1dll.vcproj
+./windows/hl/examples/ex_lite1/ex_lite1.vcproj
+./windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
+./windows/hl/examples/ptExampleFL/ptExampleFL.vcproj
+./windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
+./windows/hl/examples/ex_table01/ex_table01.vcproj
+./windows/hl/examples/ex_table01dll/ex_table01dll.vcproj
# High-Level Fortran Examples
./windows/hl/fortran/examples/test_hl_f90examples.BAT
@@ -2046,16 +2046,16 @@
./windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj
./windows_vnet/hl/examples/allhlcexamples/allhlcexamples.vcproj
./windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln
-./windows_vnet/hl/examples/ex_ds/ex_ds.vcproj
-./windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj
-./windows_vnet/hl/examples/ex_images/ex_images.vcproj
-./windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj
-./windows_vnet/hl/examples/ex_lite/ex_lite.vcproj
-./windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj
-./windows_vnet/hl/examples/ex_packet/ex_packet.vcproj
-./windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj
-./windows_vnet/hl/examples/ex_table/ex_table.vcproj
-./windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj
+./windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj
+./windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
+./windows_vnet/hl/examples/ex_image1/ex_image1.vcproj
+./windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
+./windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj
+./windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
+./windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj
+./windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
+./windows_vnet/hl/examples/ex_table01/ex_table01.vcproj
+./windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj
./windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj
./windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj
./windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index daedadd..8af639b 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -833,16 +833,16 @@ To build and test HDF5 High Level C examples:
subdirectories in c:\MyHDFstuff\hdf5\examples\
allhlcexamples
- ex_images
- ex_imagesdll
- ex_lite
- ex_litedll
- ex_table
- ex_tabledll
- ex_ds
- ex_dsdll
- ex_packet
- ex_packetdll
+ ex_image1
+ ex_image1dll
+ ex_lite1
+ ex_lite1dll
+ ex_table01
+ ex_table01dll
+ ex_ds1
+ ex_ds1dll
+ ptExampleFL
+ ptExampleFLdll
3. Invoke a command prompt and run the batch file Install_hlcexamples.bat
which resides in the top level directory (c:\MyHDFstuff\hdf5). This file
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
diff --git a/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln b/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln
index 4ed5225..c6a4f71 100644
--- a/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln
+++ b/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln
@@ -13,43 +13,43 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allhlcexamples", "allhlcexa
{154DCDF3-E08F-4881-B2D4-776B26C9D5DA} = {154DCDF3-E08F-4881-B2D4-776B26C9D5DA}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds", "..\ex_ds\ex_ds.vcproj", "{99EDFA69-68D6-43F7-A4DB-1C2739D8364C}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1", "..\ex_ds1\ex_ds1.vcproj", "{99EDFA69-68D6-43F7-A4DB-1C2739D8364C}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_dsdll", "..\ex_dsdll\ex_dsdll.vcproj", "{C6B12522-10FD-4E4A-AD4E-AD28A6011CF0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1dll", "..\ex_ds1dll\ex_ds1dll.vcproj", "{C6B12522-10FD-4E4A-AD4E-AD28A6011CF0}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_images", "..\ex_images\ex_images.vcproj", "{154DCDF3-E08F-4881-B2D4-776B26C9D5DA}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1", "..\ex_image1\ex_image1.vcproj", "{154DCDF3-E08F-4881-B2D4-776B26C9D5DA}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_imagesdll", "..\ex_imagesdll\ex_imagesdll.vcproj", "{79DE1C67-FE07-41FE-A8C9-154CD2C0280D}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1dll", "..\ex_image1dll\ex_image1dll.vcproj", "{79DE1C67-FE07-41FE-A8C9-154CD2C0280D}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite", "..\ex_lite\ex_lite.vcproj", "{643A1F28-6553-43B9-9F26-DD5FE2448559}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1", "..\ex_lite1\ex_lite1.vcproj", "{643A1F28-6553-43B9-9F26-DD5FE2448559}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_litedll", "..\ex_litedll\ex_litedll.vcproj", "{BA597B44-B102-4E95-98F4-03C9ABD02A62}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1dll", "..\ex_lite1dll\ex_lite1dll.vcproj", "{BA597B44-B102-4E95-98F4-03C9ABD02A62}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packet", "..\ex_packet\ex_packet.vcproj", "{133F4A96-DD6D-4B13-BADC-7587F845D253}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFL", "..\ptExampleFL\ptExampleFL.vcproj", "{133F4A96-DD6D-4B13-BADC-7587F845D253}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packetdll", "..\ex_packetdll\ex_packetdll.vcproj", "{50FEC639-EBCF-4F19-B535-ABECE5707A93}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFLdll", "..\ptExampleFLdll\ptExampleFLdll.vcproj", "{50FEC639-EBCF-4F19-B535-ABECE5707A93}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table", "..\ex_table\ex_table.vcproj", "{31018018-AC76-4F43-846C-F8B1DCE676FD}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01", "..\ex_table01\ex_table01.vcproj", "{31018018-AC76-4F43-846C-F8B1DCE676FD}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_tabledll", "..\ex_tabledll\ex_tabledll.vcproj", "{5526D330-EDC2-4620-8816-44D4196E2372}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01dll", "..\ex_table01dll\ex_table01dll.vcproj", "{5526D330-EDC2-4620-8816-44D4196E2372}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
diff --git a/windows_vnet/hl/examples/ex_ds/ex_ds.vcproj b/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj
index 8cee5be..7e4f16b 100644
--- a/windows_vnet/hl/examples/ex_ds/ex_ds.vcproj
+++ b/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_ds"
+ Name="ex_ds1"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_ds\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_ds\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_ds1\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_ds1\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -28,10 +28,10 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -40,16 +40,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds\Release/ex_ds.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1\Release/ex_ds1.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_ds\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_ds\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_ds1\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_ds1\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -88,10 +88,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- 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"
@@ -101,17 +101,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds\Debug/ex_ds.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1\Debug/ex_ds1.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj b/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
index 7aef8e9..1f17fd8 100644
--- a/windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj
+++ b/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_dsdll"
+ Name="ex_ds1dll"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_dsdll\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_dsdll\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_ds1dll\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_ds1dll\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -26,10 +26,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
- 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"
@@ -39,17 +39,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hlddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_dsdll\Debug/ex_dsdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/ex_ds1dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_dsdll\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_dsdll\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_ds1dll\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_ds1dll\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -90,10 +90,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -102,16 +102,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_dsdll\Release/ex_dsdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_ds1dll\Release/ex_ds1dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_images/ex_images.vcproj b/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj
index 04bd96e..e1bfaa2 100644
--- a/windows_vnet/hl/examples/ex_images/ex_images.vcproj
+++ b/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_images"
+ Name="ex_image1"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_images\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_images\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_image1\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_image1\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -26,10 +26,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- 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"
@@ -39,17 +39,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_images\Debug/ex_images.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1\Debug/ex_image1.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_images\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_images\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_image1\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_image1\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -90,10 +90,10 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -102,16 +102,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_images\Release/ex_images.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1\Release/ex_image1.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
index 7ec9819..9abf9a9 100644
--- a/windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj
+++ b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_imagesdll"
+ Name="ex_image1dll"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_imagesdll\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_imagesdll\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -26,10 +26,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- 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"
@@ -39,17 +39,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hlddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_imagesdll\Debug/ex_imagesdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/ex_image1dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_imagesdll\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_imagesdll\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_image1dll\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -90,10 +90,10 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -102,16 +102,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_imagesdll\Release/ex_imagesdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_image1dll\Release/ex_image1dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_lite/ex_lite.vcproj b/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj
index f35d8fc..661da71 100644
--- a/windows_vnet/hl/examples/ex_lite/ex_lite.vcproj
+++ b/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_lite"
+ Name="ex_lite1"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_lite\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_lite\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_lite1\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_lite1\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -28,10 +28,10 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -40,16 +40,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite\Release/ex_lite.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1\Release/ex_lite1.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_lite\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_lite\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_lite1\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_lite1\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -88,10 +88,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- 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"
@@ -101,17 +101,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite\Debug/ex_lite.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1\Debug/ex_lite1.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj b/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
index 5eada93..8893925 100644
--- a/windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj
+++ b/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_litedll"
+ Name="ex_lite1dll"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_litedll\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_litedll\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_lite1dll\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_lite1dll\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -28,10 +28,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -40,16 +40,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_litedll\Release/ex_litedll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1dll\Release/ex_lite1dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_litedll\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_litedll\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_lite1dll\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_lite1dll\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -88,10 +88,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
- 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"
@@ -101,17 +101,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hlddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_litedll\Debug/ex_litedll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/ex_lite1dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_table/ex_table.vcproj b/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj
index 2b5bf52..b763675 100644
--- a/windows_vnet/hl/examples/ex_table/ex_table.vcproj
+++ b/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_table"
+ Name="ex_table01"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_table\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_table\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_table01\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_table01\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -28,10 +28,10 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -40,16 +40,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_table\Release/ex_table.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01\Release/ex_table01.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_table\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_table\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_table01\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_table01\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -88,10 +88,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- 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"
@@ -101,17 +101,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_table\Debug/ex_table.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01\Debug/ex_table01.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj b/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj
index ab7807b..448e694 100644
--- a/windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj
+++ b/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_tabledll"
+ Name="ex_table01dll"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_tabledll\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_tabledll\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_table01dll\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_table01dll\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -28,10 +28,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -40,16 +40,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_tabledll\Release/ex_tabledll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01dll\Release/ex_table01dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_tabledll\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_tabledll\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ex_table01dll\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ex_table01dll\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -88,10 +88,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
- 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"
@@ -101,17 +101,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hlddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_tabledll\Debug/ex_tabledll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/ex_table01dll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_packet/ex_packet.vcproj b/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj
index 5653626..639e775 100644
--- a/windows_vnet/hl/examples/ex_packet/ex_packet.vcproj
+++ b/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_packet"
+ Name="ptExampleFL"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_packet\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_packet\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -26,10 +26,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"
- 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"
@@ -39,17 +39,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5d.lib hdf5_hld.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packet\Debug/ex_packet.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/ptExampleFL.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_packet\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_packet\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ptExampleFL\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -90,10 +90,10 @@
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -102,16 +102,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5.lib hdf5_hl.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packet\Release/ex_packet.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFL\Release/ptExampleFL.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
diff --git a/windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj b/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
index 33a9f34..6b9b0ed 100644
--- a/windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj
+++ b/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
- Name="ex_packetdll"
+ Name="ptExampleFLdll"
SccProjectName=""
SccLocalPath="">
<Platforms>
@@ -12,8 +12,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_packetdll\Debug"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_packetdll\Debug"
+ OutputDirectory=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -26,10 +26,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="2"
- 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"
@@ -39,17 +39,17 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5ddll.lib hdf5_hlddll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.exe"
LinkIncremental="1"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packetdll\Debug/ex_packetdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/ptExampleFLdll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>
@@ -74,8 +74,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\..\..\..\..\hl\examples\ex_packetdll\Release"
- IntermediateDirectory=".\..\..\..\..\hl\examples\ex_packetdll\Release"
+ OutputDirectory=".\..\..\..\..\hl\examples\ptExampleFLdll\Release"
+ IntermediateDirectory=".\..\..\..\..\hl\examples\ptExampleFLdll\Release"
ConfigurationType="1"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -90,10 +90,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
- 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"/>
@@ -102,16 +102,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="odbc32.lib odbccp32.lib hdf5dll.lib hdf5_hldll.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP)"
- OutputFile=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.exe"
+ OutputFile=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.exe"
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"/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName=".\..\..\..\..\hl\examples\ex_packetdll\Release/ex_packetdll.tlb"
+ TypeLibraryName=".\..\..\..\..\hl\examples\ptExampleFLdll\Release/ptExampleFLdll.tlb"
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"/>