LNK2019 errors since revision 18437 concerning the adding of Fokker-Planck finite difference operator for BS, square root and Heston processes

classic Classic list List threaded Threaded
3 messages Options
ulu
Reply | Threaded
Open this post in threaded view
|

LNK2019 errors since revision 18437 concerning the adding of Fokker-Planck finite difference operator for BS, square root and Heston processes

ulu
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: LNK2019 errors since revision 18437 concerning the adding of Fokker-Planck finite difference operator for BS, square root and Heston processes

Luigi Ballabio
Hi Christian,
    the files that were added in that revision should be added to the
VC++ projects. I'll do that when I get my hands on a Windows machine,
but for the time being you can do it on your own copy. This should
make the errors disappear.

Luigi


On Sun, Feb 10, 2013 at 8:28 PM, Christian NAUMOVIC
<[hidden email]> wrote:

> Hello,
>
> Since the
>
> Revision: 18437
>           http://quantlib.svn.sourceforge.net/quantlib/?rev=18437&view=rev
> Author:   klausspanderen
> Date:     2013-02-02 23:38:52 +0000 (Sat, 02 Feb 2013)
>
>
> I have the following errors :
>
> Error 1 error LNK2019: unresolved external symbol "public: __thiscall
> QuantLib::FdmBlackScholesFwdOp::FdmBlackScholesFwdOp(class
> boost::shared_ptr<class QuantLib::FdmMesher> const &,class
> boost::shared_ptr<class QuantLib::GeneralizedBlackScholesProcess> const
> &,double,unsigned int)"
> (??0FdmBlackScholesFwdOp@QuantLib@@QAE@ABV?$shared_ptr@VFdmMesher@QuantLib@@@boost@@ABV?$shared_ptr@VGeneralizedBlackScholesProcess@QuantLib@@@3@NI@Z)
> referenced in function "public: static void __cdecl
> FdHestonTest::testBlackScholesFokkerPlanckFwdEquation(void)"
> (?testBlackScholesFokkerPlanckFwdEquation@FdHestonTest@@SAXXZ)
> C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\fdheston.obj
>
> Error 2 error LNK2019: unresolved external symbol "public: __thiscall
> QuantLib::FdmSquareRootFwdOp::FdmSquareRootFwdOp(class
> boost::shared_ptr<class QuantLib::FdmMesher> const
> &,double,double,double,unsigned int)"
> (??0FdmSquareRootFwdOp@QuantLib@@QAE@ABV?$shared_ptr@VFdmMesher@QuantLib@@@boost@@NNNI@Z)
> referenced in function "public: static void __cdecl
> FdHestonTest::testSquareRootFokkerPlanckFwdEquation(void)"
> (?testSquareRootFokkerPlanckFwdEquation@FdHestonTest@@SAXXZ)
> C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\fdheston.obj
>
> Error 3 error LNK2019: unresolved external symbol "public: __thiscall
> QuantLib::FdmHestonFwdOp::FdmHestonFwdOp(class boost::shared_ptr<class
> QuantLib::FdmMesher> const &,class boost::shared_ptr<class
> QuantLib::HestonProcess> const &)"
> (??0FdmHestonFwdOp@QuantLib@@QAE@ABV?$shared_ptr@VFdmMesher@QuantLib@@@boost@@ABV?$shared_ptr@VHestonProcess@QuantLib@@@3@@Z)
> referenced in function "public: static void __cdecl
> FdHestonTest::testHestonLVFokkerPlanckFwdEquation(void)"
> (?testHestonLVFokkerPlanckFwdEquation@FdHestonTest@@SAXXZ)
> C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\fdheston.obj
>
> implying
>
> Error 4 error LNK1120: 3 unresolved externals
> C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\bin\QuantLib-test-suite-vc100-mt-gd.exe
> 1
>
> Kind Regards,
>
> Christian NAUMOVIC
>
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: LNK2019 errors since revision 18437 concerning the adding of Fokker-Planck finite difference operator for BS, square root and Heston processes

Klaus Spanderen-2
In reply to this post by ulu

Hi Christian

 

I've updated the vc10 project file accordingly. Please retry and thank for the hint.

 

regards

Klaus

 

 

 

On Sunday, February 10, 2013 08:28:37 PM Christian NAUMOVIC wrote:

Hello,


Since the


Revision: 18437
          http://quantlib.svn.sourceforge.net/quantlib/?rev=18437&view=rev
Author:   klausspanderen
Date:     2013-02-02 23:38:52 +0000 (Sat, 02 Feb 2013)


I have the following errors :


Error 1 error LNK2019: unresolved external symbol "public: __thiscall QuantLib::FdmBlackScholesFwdOp::FdmBlackScholesFwdOp(class boost::shared_ptr<class QuantLib::FdmMesher> const &,class boost::shared_ptr<class QuantLib::GeneralizedBlackScholesProcess> const &,double,unsigned int)" (??0FdmBlackScholesFwdOp@QuantLib@@QAE@ABV?$shared_ptr@VFdmMesher@QuantLib@@@boost@@ABV?$shared_ptr@VGeneralizedBlackScholesProcess@QuantLib@@@3@NI@Z) referenced in function "public: static void __cdecl FdHestonTest::testBlackScholesFokkerPlanckFwdEquation(void)" (?testBlackScholesFokkerPlanckFwdEquation@FdHestonTest@@SAXXZ) C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\fdheston.obj


Error 2 error LNK2019: unresolved external symbol "public: __thiscall QuantLib::FdmSquareRootFwdOp::FdmSquareRootFwdOp(class boost::shared_ptr<class QuantLib::FdmMesher> const &,double,double,double,unsigned int)" (??0FdmSquareRootFwdOp@QuantLib@@QAE@ABV?$shared_ptr@VFdmMesher@QuantLib@@@boost@@NNNI@Z) referenced in function "public: static void __cdecl FdHestonTest::testSquareRootFokkerPlanckFwdEquation(void)" (?testSquareRootFokkerPlanckFwdEquation@FdHestonTest@@SAXXZ) C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\fdheston.obj


Error 3 error LNK2019: unresolved external symbol "public: __thiscall QuantLib::FdmHestonFwdOp::FdmHestonFwdOp(class boost::shared_ptr<class QuantLib::FdmMesher> const &,class boost::shared_ptr<class QuantLib::HestonProcess> const &)" (??0FdmHestonFwdOp@QuantLib@@QAE@ABV?$shared_ptr@VFdmMesher@QuantLib@@@boost@@ABV?$shared_ptr@VHestonProcess@QuantLib@@@3@@Z) referenced in function "public: static void __cdecl FdHestonTest::testHestonLVFokkerPlanckFwdEquation(void)" (?testHestonLVFokkerPlanckFwdEquation@FdHestonTest@@SAXXZ) C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\fdheston.obj


implying


Error 4 error LNK1120: 3 unresolved externals C:\CODAGE\04_QL\QuantLib\QuantLib\test-suite\bin\QuantLib-test-suite-vc100-mt-gd.exe 1


Kind Regards,


Christian NAUMOVIC




------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users