错误lnk2019:.obj文件中函数中引用的未解析的外部符号__imp_ffft_plan_dft_r2c_2d

时间:2015-03-03 07:37:22

标签: visual-c++

错误4错误LNK2019:函数“int __cdecl ace_enhance_image_interp(float *,float const *,int,int,float,char const *,int)”中引用了未解析的外部符号__imp_fftwf_cleanup“(?ace_enhance_image_interp @@ YAHPEAMPEBMHHMPEBDH @ Z)< / p>

错误3错误LNK2019:函数“int __cdecl compute_omega_trans(float *,float *,int,int,char const *)”中引用了未解析的外部符号__imp_fftwf_destroy_plan“(?compute_omega_trans @@ YAHPEAM0HHPEBD @ Z)

错误1错误LNK2019:函数“int __cdecl compute_omega_trans(float *,float *,int,int,char const *)”中引用了未解析的外部符号__imp_fftwf_execute“(?compute_omega_trans @@ YAHPEAM0HHPEBD @ Z)

错误6错误LNK2019:函数“int __cdecl ace_enhance_image_interp(float *,float const *,int,int,float,char const *,int)”中引用了未解析的外部符号__imp_fftwf_free“(?ace_enhance_image_interp @@ YAHPEAMPEBMHHMPEBDH @ Z)< / p>

错误5错误LNK2019:函数“int __cdecl ace_enhance_image_interp(float *,float const *,int,int,float,char const *,int)”中引用了未解析的外部符号__imp_fftwf_malloc“(?ace_enhance_image_interp @@ YAHPEAMPEBMHHMPEBDH @ Z)< / p>

错误2错误LNK2019:函数“int __cdecl compute_omega_trans(float *,float *,int,int,char const *)”中引用了未解析的外部符号__imp_fftwf_plan_r2r_2d“(?compute_omega_trans @@ YAHPEAM0HHPEBD @ Z)

错误7错误LNK1120:6个未解析的外部

这些是我在尝试构建代码时遇到的错误?有人可以帮助我......

我正确地链接了这些库..我按照这个页面做了所有这里所说的...... http://liuxingguang.blogspot.in/2012/05/use-fftw-in-c.html

0 个答案:

没有答案