using QuantLib on XllAddIn

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

using QuantLib on XllAddIn

xnb
This post was updated on .
I have built a vc++ static library to do some calculation, this library includes quantlib/ql.
After that I also built a XllAddIn project following this http://xll.codeplex.com/

Compile both in one solution is fine, but once the XllAddIn project includes the static library, I got this error message:

LINK : fatal error LNK1104: cannot open file 'QuantLib-vc100-mt-sgd.lib'

do I need to build the static quantlib .lib? please comment

Reply | Threaded
Open this post in threaded view
|

Re: uisng QuantLib on XllAddIn

Luigi Ballabio
You do need the static lib (did you compile it?) but check that
configurations match.  The "sgd" part means the linker is looking for
the debug version.  You might have compiled the release version
instead.

Luigi


On Sat, Mar 9, 2013 at 4:56 PM, xnb <[hidden email]> wrote:

> I have built a vc++ static library to do some calculation, this library
> includes quantlib/ql.
> After that I also built a XllAddIn project following this
> http://xll.codeplex.com/ <http://xll.codeplex.com/>
>
> Compile both in one solution is fine, but once the XllAddIn project includes
> the static library, I got this error message:
>
> LINK : fatal error LNK1104: cannot open file 'QuantLib-vc100-mt-sgd.lib'
>
> do I need to build the static quantlib .lib? please comment
>
>
>
>
>
> --
> View this message in context: http://quantlib.10058.n7.nabble.com/uisng-QuantLib-on-XllAddIn-tp14116.html
> Sent from the quantlib-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
> endpoint security space. For insight on selecting the right partner to
> tackle endpoint security challenges, access the full report.
> http://p.sf.net/sfu/symantec-dev2dev
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users