Re: Linking Error
Posted by Ferdinando M. Ametrano-3 on Aug 19, 2004; 11:47am
URL: http://quantlib.414.s1.nabble.com/Linking-Error-tp3224p3225.html
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