[問題] FFTW link error
開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC++ (VS2010)
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
FFTW
問題(Question):
已經爬文~
弄了很久><
想請問FFTW一直出現link 2019 error:
1>testFFT.obj : error LNK2019: 無法解析的外部符號 __imp__fftw_free 在函式
_wmain 中被參考
1>testFFT.obj : error LNK2019: 無法解析的外部符號 __imp__fftw_destroy_plan 在
函式 _wmain 中被參考
1>testFFT.obj : error LNK2019: 無法解析的外部符號 __imp__fftw_execute 在函式
_wmain 中被參考
1>testFFT.obj : error LNK2019: 無法解析的外部符號 __imp__fftw_plan_dft_r2c_1d
在函式 _wmain 中被參考
1>testFFT.obj : error LNK2019: 無法解析的外部符號 __imp__fftw_malloc 在函式
_wmain 中被參考
電腦是64 bit
下載也是64bit FFTW
並且使用 lib /machine:x64 /def:libfftw3l-3.def 取得 lib
VS2010平台使用win32
一直出現上述error
請問可能是哪邊出了問題呢?
謝謝幫忙!!
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
補充說明(Supplement):
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.129.4.62
※ 文章網址: http://www.ptt.cc/bbs/C_and_CPP/M.1417418773.A.16A.html
推
12/01 15:48, , 1F
12/01 15:48, 1F
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):