I am trying to reuse some of the components included in it++ but I am simply unable to link the library properly. I followed all the steps described in the installatin part and took time to be sure that all the paths are correct. But, unfortunately I have no idea why these errors still occur. The following is an example where the linspace function is involved:
error LNK2019: unresolved external symbol "class itpp::Vec<double> __cdecl itpp::linspace(double,double,int)" (?linspace@itpp@@YA?AV?$Vec@N@1@NNH@Z) referenced in function _main
Any idea how to fix this problem ? I am becoming crazy!!
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I am trying to reuse some of the components included in it++ but I am simply unable to link the library properly. I followed all the steps described in the installatin part and took time to be sure that all the paths are correct. But, unfortunately I have no idea why these errors still occur. The following is an example where the linspace function is involved:
error LNK2019: unresolved external symbol "class itpp::Vec<double> __cdecl itpp::linspace(double,double,int)" (?linspace@itpp@@YA?AV?$Vec@N@1@NNH@Z) referenced in function _main
Any idea how to fix this problem ? I am becoming crazy!!
Thanks!