Hi everyone,
I'm a new comer to quantlib. I downloaded quantlib-1.2.1 and went through the unit test. However, when I created the sample code in the guide, it failed. Error message is:
fatal error LNK1181: can't open “QuantLib-vc90-mt.lib” I noticed the lib file under lib folder is QuantLib-vc90-mt-sgd.lib How can I get this problem fixed?BTW, the platform is Visual Studio 2008
Thanks, ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
You are compiling the example in release mode, but you compiled QuantLib in debug mode. The two must match. Luigi On Jul 4, 2013 6:18 PM, "Wei Zhang" <[hidden email]> wrote:
------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Problem fixed. Thanks 2013/7/5 Luigi Ballabio <[hidden email]>
------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |