Login  Register

Link error 1104 in release mode

Posted by Lapin on Dec 13, 2007; 5:43pm
URL: http://quantlib.414.s1.nabble.com/Link-error-1104-in-release-mode-tp5326.html

Hi,

I am using QL as a library in another one.
I can compile QL in both release and debug mode.
When I want to compile my second lib, I get the following result:

1- Both in Debug -> no pb
2- Both in Release - > ERROR LNK1104 - cannot open file 'QuantLib-vc80-mt-0_8_1.lib'
3- my lib in Debug, QL in Release -> OK but crash at running.

Does anyone have any idea how to solve this issue?
I am trying to improve perf, so if I can not compile in Release, it is useless....

Cheers