forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 2:00 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Error LNK2019 in Visual Studio with Windows Forms
PostPosted: Sun Jun 12, 2011 9:19 pm 
Offline

Joined: Sun Jun 12, 2011 9:11 pm
Posts: 1
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!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 65 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group