QuantLibAddIn Linking Problem

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

QuantLibAddIn Linking Problem

Jacopo.Zani

Hi all,
           I moved to QuantlibAddIn form QuantlibXL and everything seems to worrk except the build of AddInExcelStatic XLL which gives out linking error: Cannot find Quantlib_d.lib is the message. I wonder why is the linker looking for that lib file as after building Quantlib project the output file is Quantlib-vc6-mt.sgd-0_3_12.lib!!!

Can anybody help me in solving this problem so that I can build thee QuanlibAddIn Project  tto use it with Exceel?

Thank you very much...

regards

Jacopo


-----------------------------------------------------------------------------
Il presente messaggio di posta elettronica  non  comporta alcun vincolo e non
crea obblighi, salvo che ciĆ² non sia espressamente previsto da un  preventivo
accordo scritto. Tale  messaggio e' confidenziale. qualora lo avesse ricevuto
per errore, La  preghiamo di  comunicarne la ricezione inviando una e-mail al
mittente e di distruggerne il contenuto. La informiamo inoltre che l'utilizzo
non autorizzato del messaggio o  dei suoi allegati potrebbe costituire reato.
La ringraziamo per la collaborazione.

This  e-mail  message does not imply  or cause  any obligation,  unless it is
provided  by a previous written  agreement.  This message is confidential: if
you  have  received  it  by mistake, please  advise immediately the sender by
e-mail  and destroy the message and its attachments.  You are hereby notified
that any  unauthorized  use  of the content of this message could  constitute
a criminal offence. Thank you.
-----------------------------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: QuantLibAddIn Linking Problem

eric ehlers
Hi Jacopo,

On 6/1/06, [hidden email] <[hidden email]> wrote:
>
> Hi all,
>            I moved to QuantlibAddIn form QuantlibXL and everything seems to
> worrk except the build of AddInExcelStatic XLL which gives out linking
> error: Cannot find Quantlib_d.lib is the message. I wonder why is the linker
> looking for that lib file as after building Quantlib project the output file
> is Quantlib-vc6-mt.sgd-0_3_12.lib!!!

Quantlib_d.lib is from a veeery old version of QuantLib which is
somehow being picked up by QuantLibAddin instead of the QuantLib
version 0.3.12 installation that you mention.

Anyway QuantLibAddin is provided as a binary installation - the
compiled XLL - and I would ask you to start with that.  Please go to
the QuantLibAddin section of the QuantLib downloads page -
    http://sourceforge.net/project/showfiles.php?group_id=12740&package_id=159049
- and launch file QuantLibAddin-0.3.12-bin.exe, this will install the
XLL and example workbooks.

Thanks,
Eric