I have some codes that I am trying to compile with Visual Studio 2010. My codes are in C++ but I use the "C" API of HDF5 (in this case version 1.6.9). when I try to compile my program I am getting lots of errors about undefined, redefined, missing types. I have tracked it down to the following lines in the H5public.h file:
#ifndef __cplusplus #ifdef H5_HAVE_STDINT_H # include <stdint.h> /*for C9x types */ #endif #endif I think the issue is that VS2010 finally has a "stdint.h" file where as the previous versions do not. This is somehow messing things up. Has anyone else come across these issues? ___________________________________________________________ Mike Jackson www.bluequartz.net Principal Software Engineer [email protected] BlueQuartz Software Dayton, Ohio _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
