Hello,
I have installed VC++ 2008 (2010 was giving too many problems), QuantLib and Boost and have gone through the steps of building the complete quantlib project, and run EquityOption succesfully. But now, in order to understand various aspects of Quantlib etc, I started a new project called MyProject and am trying to write a simple Option Pricing code again to implement just one engine. I have added all the link directories to this project and the additional directories etc. Yet, when I try to build "MySolution", I get the following error
LINK : fatal error LNK1104: cannot open file 'QuantLib-vc90-mt-gd.lib'
The funny thing is, I have put MyOption project in the Examples directory of Quantlib and when I try building QuantLib_vc9 project, I get 0 succeeded, 0 failed (which means that VC9 thinks there is nothing new to do).
So what am I missing here? As many must have guessed, I am comparatively new to C++, and definitely new to QuantLib, Boost and VC++.
Thanks in advance for any help.
| Free forum by Nabble | Edit this page |