Good evening!
Thank you for ALGLIB! It's really exciting library for different mathematical projects!
But today I have some problems using it.
I've used it in ordinary Win32 Project in Visual Studio 2010 - all was OK. But today, when I tried to use it in Windows Forms project, I've received a lot of errors:
Code:
1>specialfunctions.obj : error LNK2028: ссылка на неразрешенную лексему (0A000016) "double __clrcall alglib_impl::ae_asin(double,struct alglib_impl::ae_state *)" (?ae_asin@alglib_impl@@$$FYMNNPAUae_state@1@@Z) в функции "void __clrcall alglib_impl::jacobianellipticfunctions(double,double,double *,double *,double *,double *,struct alglib_impl::ae_state *)" (?jacobianellipticfunctions@alglib_impl@@$$FYMXNNPAN000PAUae_state@1@@Z)
1>specialfunctions.obj : error LNK2028: ссылка на неразрешенную лексему (0A000017) "double __clrcall alglib_impl::ae_sinh(double,struct alglib_impl::ae_state *)" (?ae_sinh@alglib_impl@@$$FYMNNPAUae_state@1@@Z) в функции "void __clrcall alglib_impl::jacobianellipticfunctions(double,double,double *,double *,double *,double *,struct alglib_impl::ae_state *)" (?jacobianellipticfunctions@alglib_impl@@$$FYMXNNPAN000PAUae_state@1@@Z)
1>specialfunctions.obj : error LNK2028: ссылка на неразрешенную лексему (0A000018) "double __clrcall alglib_impl::ae_tanh(double,struct alglib_impl::ae_state *)" (?ae_tanh@alglib_impl@@$$FYMNNPAUae_state@1@@Z) в функции "void __clrcall alglib_impl::jacobianellipticfunctions(double,double,double *,double *,double *,double *,struct alglib_impl::ae_state *)" (?jacobianellipticfunctions@alglib_impl@@$$FYMXNNPAN000PAUae_state@1@@Z)
...
1>specialfunctions.obj : error LNK2019: ссылка на неразрешенный внешний символ "double __clrcall alglib_impl::nulog1p(double,struct alglib_impl::ae_state *)" (?nulog1p@alglib_impl@@$$FYMNNPAUae_state@1@@Z) в функции "double __clrcall alglib_impl::binomialcdistribution(int,int,double,struct alglib_impl::ae_state *)" (?binomialcdistribution@alglib_impl@@$$FYMNHHNPAUae_state@1@@Z)
1>C:\Users\user\documents\visual studio 2010\Projects\Regression\Debug\Regression.exe : fatal error LNK1120: 74 неразрешенных внешних элементов
I saw some topics at this forum, but I didn't understand, what exactly I have to do with this problem.
I hope for your answer! Thank's!