« Return to Thread: quantlib first compilation

Re: quantlib first compilation

by Eric Ehlers-2 :: Rate this Message:

Reply to Author | View in Thread

Hello,

On Tue, June 17, 2008 11:46, bbouaziz wrote:
>
> Hi all,
>
> I am new to quantlib (as well as C++).

Tackling C++ and QuantLib at the same time is ambitious and it
might be better to spend some time on C++ alone before coming
back to QuantLib.

> I have been trying to compile the quantlib (9.0) project using
> Visual C++ 9.0.

QuantLib version 0.9.0 does not support VC9.  Your options are

1) Hack QuantLib 0.9.0 for VC9 support as described here

   http://dave-programming.blogspot.com/2008/02/how-to-build-quantlib-090-using-visual.html

2) Use QuantLib 0.9.0 and VC8

3) Wait for QuantLib 0.9.5, which will support VC9

Regards,
Eric

-------------------------
Eric Ehlers
nazcatech sprl | Brussels | http://www.nazcatech.be
Distributed computing for pricing analytics - Use Microsoft
Excel as a client to the Grid


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
QuantLib-users mailing list
QuantLib-users@...
https://lists.sourceforge.net/lists/listinfo/quantlib-users

 « Return to Thread: quantlib first compilation