summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-10-16 21:14:50 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-10-16 21:14:50 (GMT)
commitf49ae55a0fcecdc0d750933d708d43478afc9f19 (patch)
tree76ba5a3e7ced9eba6ee311e20045f68539506bac /windows
parent99ae70b9210dc6ac8e6a6e7c7510e58e87734d31 (diff)
downloadhdf5-f49ae55a0fcecdc0d750933d708d43478afc9f19.zip
hdf5-f49ae55a0fcecdc0d750933d708d43478afc9f19.tar.gz
hdf5-f49ae55a0fcecdc0d750933d708d43478afc9f19.tar.bz2
[svn-r4551]
Purpose: bug fix HDF5 debug dll test failed when using all_withf90.zip. Description: various tests failed when using all_withf90.zip with the same project setting, all tests passed when using all.zip(C test). Suspect Digital fortran compiler problem. Solution: Find one strange warning message: LINK : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library Following the instruction, ignore msvcrt.lib when linking with hdf5dll. All tests passed. Don't know the exact reason since msvcrt.lib is kind of required for DLL. Platforms tested: windows 2000
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/all_withf90.zipbin214418 -> 214773 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip
index ef9d88b..85c5c4f 100755
--- a/windows/all_withf90.zip
+++ b/windows/all_withf90.zip
Binary files differ