|
From: Max <ma...@gm...> - 2008-02-10 14:44:36
|
Hi Eric,
Thank you very much for the quick help!
My mistake: I forgot the proper procedure of loading the new add-in in
Excel 2003. I have to deselect the old one from the add-in menu, exit
Excel, re-open Excel, and then load the new add-in.
Now everything works fine. I also successfully added a new function
"qlMCPricingEngine()" which creates a crude monte carlo pricing engine
object. And I am happy to contribute more QuantLibXL functions if
needed. Thanks!
Cheers,
Max
On Feb 10, 2008 9:31 PM, Eric Ehlers <eri...@na...> wrote:
> Hi Max,
>
> > However, after reloading the XLL "QuantLibXL-vc80-mt-s-0_9_0.xll" in
> > Excel, the "=qlStock("my_stock",1.23)" only returns "#NAME?". It seems
> > that the function "qlStock" is not recognised.
>
> Are you sure that the XLL you loaded is the one with the new function
> compiled in? What result do you get from this?
>
> =qlxlVersion(TRUE)
>
> The timestamp should correspond to the creation date of the XLL. For
> example for the binary release of QLXL I get
>
> QuantLibXL 0.9.0 - MS VC++ 8.0 - Multithreaded Static Runtime library -
> Release Configuration - Jan 23 2008 18:20:22
>
> Regards,
> Eric
>
>
>
|