|
From: Donghee S. <dh7...@gm...> - 2023-03-06 11:32:16
|
Hello experts! I'm using Visual Studio 2019 community version. Installed boostlib-1.81.0 (using e2.exe). also unsupressed Quantlib-1.29. I compiled using cmake in cmd (cmake . , cmake --build . --configure Release , cmake --install . --prefix ../lib at build folder of Quant-1.29). I got only 1 lib file QuantLib-x64-mt-s.lib. I also got every execution files of every examples .cpp files. I also configured both the include directory and the lib directory property of projects. When I built for bonds example, error "Quantlib-mt-gd.lib was not found" occurred. I tried 4 cases of combination Debug/Release, Win32/x64, errors Quantlib-x64-mt-gd.lib, Quantlib-mt.lib and Quantlib-x64-mt.lb were nor found occurred. How can I solve my problem? Please help me!!!! I apologize for the newbie question and thank you in advance for your time. |