我的情况是我有一个文件c ++代码,它使用数字配方库。
我已将所有数字配方文件包含在"其他包含目录"
nr.h
nrexit.cpp
nrtypes.h
nrtypes_lib.h
nrtypes_nr.h
nrutil.h
nrutil_mtl.h
nrutil_nr.h
nrutil_tnt.h
nrutil_val.h
print_array.h
但是,当我构建时,我收到以下错误。
错误LNK2019:未解析的外部符号" void __cdecl NR ::夹板(NRVec const&类,NRVec const &,类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 ::样条(类NRVec const&,类NRVec const &amp ;, 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)
此错误来自现有代码。那么,有人可以告诉我这个错误吗?