|
From: Dennis Z. <zhy...@gm...> - 2011-07-11 02:00:20
|
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. 1>c:\quantlib\quantlib-1.1\ql\currency.hpp : 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\array.hpp(227) : warning C4996: 'std::copy': 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> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2576) : see declaration of 'std::copy' ....... I wonder if you have ever seen this before and I appreciate it if you can direct me in solving the problem. Thanks, Dennis |