|
From: Luigi B. <lui...@gm...> - 2023-08-28 16:48:54
|
Hello Roberto,
what do you have in the "lib" folder in QuantLib? I'm guessing
"QuantLib-x64-mt-gd.lib" and "QuantLib-x64-mt.lib"? If so, you compiled
QuantLib in 64-bit mode as you wanted, but it looks like your project is
looking for the 32-bit version. I haven't used VC++ in a while, but you
should fiddle with the project settings and make sure that 64-bit mode is
enabled.
Hope this helps,
Luigi
On Mon, Aug 28, 2023 at 6:02 PM Roberto Santander <rob...@gm...>
wrote:
> Hi Luigi
>
> I just successfully installed the latest versión of Quantlib 1.31.1
> and Boost 1.83.0
>
> I followed all the instructions: first realease and then debug mode was
> also generated.
>
> I have exactly this issue going on
>
>
> https://quantlib-users.narkive.com/s1cglhvV/some-big-picture-issues-and-cannot-open-file-quantlib-vc90-mt-gd-lib
>
> Could you please tell me how to synchronize them? I want to execute it on
> DEBUG mode / 64 bits
>
>
> This is the error message I am getting:
>
> 1>LINK : fatal error LNK1104: cannot open file 'QuantLib-mt-gd.lib'
>
>
> Thanks in advance
>
> ps:
>
> MS Visual Studio Community 2022 64 bits V17_7.2 @ -toolSet(v143)
>
>
>
> [image: Mailtrack]
> <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> Remitente
> notificado con
> Mailtrack
> <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> 28/08/23,
> 10:56:39
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|