diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-10-16 21:14:50 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-10-16 21:14:50 (GMT) |
commit | f49ae55a0fcecdc0d750933d708d43478afc9f19 (patch) | |
tree | 76ba5a3e7ced9eba6ee311e20045f68539506bac /c++ | |
parent | 99ae70b9210dc6ac8e6a6e7c7510e58e87734d31 (diff) | |
download | hdf5-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 'c++')
0 files changed, 0 insertions, 0 deletions