Linking Error

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

Linking Error

Alvin Ho
Hi,

I am a new user of Quantlib programming on MSVC++ 6.0 platform.  I have
successfully compile and run the example files.  However, when I build
my personal own project, I encounter the following linking error:

LINK : fatal error LNK1104: cannot open file "QuantLib-vc6-mt-sgd-0_3_7.lib"

I think it should be a problem of linking my project to QuantLib.  Can
you help me on this?  I will appreciate it.

Thanks.
Alvin


Reply | Threaded
Open this post in threaded view
|

Re: Linking Error

Ferdinando M. Ametrano-3
Hi Alvin

>I encounter the following linking error:
>
>LINK : fatal error LNK1104: cannot open file "QuantLib-vc6-mt-sgd-0_3_7.lib"

The folder including QuantLib-vc6-mt-sgd-0_3_7.lib is not in your link path
(see Project Settings | Link | Input) or you haven't really built
QuantLib-vc6-mt-sgd-0_3_7.lib (produced by the Debug configuration)

ciao -- Nando