vs2010编写HDF5格式文件读取出错 “无法解析的外部符号 _H5Fclose,该符号在函数 _main 中被引用”
#include<stdio.h>#include<string.h>#include"HDF5_H/hdf5.h"#defineFILE"data.h5"intmain...
#include <stdio.h>
#include <string.h>
#include "HDF5_H/hdf5.h"
#define FILE "data.h5"
int main(void)
{
hid_t file_id;
herr_t status;
/* Open an existing file. */
file_id = H5Fopen(FILE, H5F_ACC_RDWR, H5P_DEFAULT);
/* Close the file. */
status = H5Fclose(file_id);
return 0;
}
error LNK2019: 无法解析的外部符号 _H5Fclose,该符号在函数 _main 中被引用
1>read.obj : error LNK2019: 无法解析的外部符号 _H5Fopen,该符号在函数 _main 中被引用
1>read.obj : error LNK2019: 无法解析的外部符号 _H5check_version,该符号在函数 _main 中被引用
问什么会有错误?求高手指点,在线等。 展开
#include <string.h>
#include "HDF5_H/hdf5.h"
#define FILE "data.h5"
int main(void)
{
hid_t file_id;
herr_t status;
/* Open an existing file. */
file_id = H5Fopen(FILE, H5F_ACC_RDWR, H5P_DEFAULT);
/* Close the file. */
status = H5Fclose(file_id);
return 0;
}
error LNK2019: 无法解析的外部符号 _H5Fclose,该符号在函数 _main 中被引用
1>read.obj : error LNK2019: 无法解析的外部符号 _H5Fopen,该符号在函数 _main 中被引用
1>read.obj : error LNK2019: 无法解析的外部符号 _H5check_version,该符号在函数 _main 中被引用
问什么会有错误?求高手指点,在线等。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询