|
From: SourceForge.net <no...@so...> - 2008-12-09 09:36:01
|
Bugs item #2389706, was opened at 2008-12-04 18:26 Message generated for change (Comment added) made by lballabio You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2389706&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: the linker looking for QuantLib-vc90-mt-gd-0_9_7.lib, Initial Comment: but have only QuantLib-vc90-mt-sgd-0_9_7.lib ---------------------------------------------------------------------- Comment By: Luigi Ballabio (lballabio) Date: 2008-12-09 10:35 Message: You have to build the library in a different configuration (or build your program with the same configuration as the library.) You'll get QuantLib-vc90-mt-gd-0_9_7.lib by compiling in "Debug" mode. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2389706&group_id=12740 |