|
From: Dennis Z. <zhy...@gm...> - 2011-07-11 02:42:15
|
Hi, I am using QuantLib 1.1 and Boost 1.46 with VC++ 2008 on Win 7 Professional system. When I am trying to do the example TestingQuantLib at the following link, it failed by giving the error message below. Also when I build the QuantLib before running the example, error 4819 also exists but the build process is successful though. may be it is more useful to post the error log here. I am sorry if this is bothering. ... 1>c:\quantlib\quantlib-1.1\ql\math\randomnumbers\primitivepolynomials.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss ... 1>c:\quantlib\quantlib-1.1\ql\math\matrix.hpp(570) : warning C4996: 'std::transform': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' ... 1>Compiling manifest to resources... 1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Linking... 1>LINK : fatal error LNK1104: cannot open file 'QuantLib-vc90-mt-gd.lib' 1>Build log was saved at "file://c:\Users\zhyp\Documents\Visual Studio 2008\Projects\TestingQuantLib\TestingQuantLib\Debug\BuildLog.htm" 1>TestingQuantLib - 1 error(s), 122 warning(s) ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== |