我的情况是我有一个文件 c++ 代码,它使用数字配方库。
我已将所有数字配方文件包含在“
其他
包含
目录
”
中
但是,当我构建时,我收到以下错误。
错误 LNK2019:未解析的外部符号“void __cdecl NR::splint(class NRVec const &,class NRVec const &,class NRVec const &,double,double &)”(?splint@NR@@YAXABV?$NRVec@N@@ 00NAAN@Z) 在函数“void __cdecl smooth_disp_Line(double *,int *,int,int,double *,double *,int,int)”中引用 (?smooth_disp_Line@@YAXPANPAHHH00HH@Z)
错误 LNK2019:未解析的外部符号“void __cdecl NR::spline(class NRVec const &,class NRVec const &,double,double,class NRVec &)”(?spline@NR@@YAXABV?$NRVec@N@@0NNAAV2@ @Z) 在函数“void __cdecl smooth_disp_Line(double *,int *,int,int,double *,double *,int,int)”中引用 (?smooth_disp_Line@@YAXPANPAHHH00HH@Z)
此错误来自现有代码。那么,有人可以告诉我这个错误吗?