(no subject)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

(no subject)

Theo Boafo
Hi

I have downloaded the latest version of Quantlib code version 3.6.  I compiled the European Option example successfully but when I tried building it I get a fatal link error: cant find or open file, Quantlib_MTDLL_d.lib.

I am using Microsoft Visual c++ 6.0

Can anyone please help me.


Regards

Theo

Reply | Threaded
Open this post in threaded view
|

Re: (no subject)

Luigi Ballabio-2
On 2004.06.18 02:14, [hidden email] wrote:
> I have downloaded the latest version of Quantlib code version 3.6.  I
> compiled the European Option example successfully but when I tried
> building it I get
> a fatal link error: cant find or open file, Quantlib_MTDLL_d.lib.

You have compiled the library and the example in two different  
configurations. From the look of the error, you're compiling the  
example in Debug MTDLL mode. You probably compiled the library in  
Release mode or something. Synchronize the two and the problem will  
disappear.

Cheers,
        Luigi