|
From: asavoldi <sav...@gm...> - 2018-02-16 08:33:02
|
Hi gents, I've recently moved to Visual Studio 2017. Therefore, I've recompiled QuantLib library, both release and debug versions. By compiling a project, in release mode, which uses the QuantLib library, I've noticed the following error: "unresolved external symbol __imp__invalid_parameter", file: QuantLib-vc141-mt-gd.lib The wired thing is that the required library version is the debug one (e.g. QuantLib-vc141-mt-gd.lib) and not, as expected, the release one (e.g. QuantLib-vc141-mt.lib). I've compiled QuantLib 1.12 with pre-builded binaries Boost 1_64_0. Coul anyone let me know what to do in order to solve this issue? Thanks in advance, Regards, Antonio -- Sent from: http://quantlib.10058.n7.nabble.com/quantlib-dev-f8818.html |