HDF5 1.8.3 with WinXP, Fortran V11 and VS2005

Hi,

since two weeks, I am trying to get HDF5 1.8.3 running on WindowsXP
32-bit. I am using the Intel Visual Fortran V11 Compiler together with
Microsoft Visual Studio 2005. (I already mailed two times to this list,
but even though I received some advice, I could not solve my problems -
thanks btw.) Maybe you still have some ideas what I could try.

Since there aren't any precompiled binaries for exactly my configuration
on the HDFGroup website, I downloaded the versions for VS 2005 and Fortran
9.1 as well as for VS 2008 and Fortran 10.1. Trying including both the
lib's and the dll's of both versions I finally managed the libraries to
work with the lib's for VS 2005, but there still remain some unpleasant
warnings and I can't get rid of them. Even if I compile the example
programs from your website, when there are flags like "H5F_ACC_RDWR_F"
included in the code, I get the following output:

1>------ Build started: Project: hdf5test, Configuration: Debug
Win32 ------
1>Compiling with Intel(R) Visual Fortran 11.0.074 [IA-32]...
1>grpdsetexample.f90
1>Linking...
1>Debug\grpdsetexample.obj:warning : locally defined symbol
__imp__PREDEFINED_TYPES imported
1>Debug\grpdsetexample.obj:warning : locally defined symbol
__imp__H5F_FLAGS imported
1>grpdsetexample.obj : warning LNK4217: locally defined symbol
_PREDEFINED_TYPES imported in function _MAIN__
1>grpdsetexample.obj : warning LNK4217: locally defined symbol _H5F_FLAGS
imported in function _MAIN__
1>Embedding manifest...
1>
1>Build log written to
"file://D:\HGS\hdf5\hdf5test\hdf5test\Debug\BuildLog.htm"
1>hdf5test - 0 error(s), 4 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped

ยทยทยท

==========

The program runs well afterwards, but I am hesitating to simply ignore the
warnings. Or do you think they are negligible? I already tried to build
the libraries by myself but failed even after I installed VS 2008 Express
Edition (with VS 2005, I couldn't open the project), but I always got
linker errors.

Thanks for your help,

Hannes Grimm-Strele