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