Hi All, is it possibile to use QuantLib 0.9.0 with Visual C++ 6? I read that this compiler is no longer supported starting with release 0.4.0. Anyone could patch this? Thanks, Alessandro Nardi mailto:[hidden email] SoftSolutions! Via S. Francesco d'Assisi, 3b, 24121 Bergamo (BG) Italia Tel: +39 035-22714-1 Fax: +39 035-22714-99 http://www.softsolutions.it ************************************************** This document is strictly confidential and is intended for use by the addressee unless otherwise indicated. If you have received this e-mail in error we would be very grateful if you could please notify us immediately at mailto:[hidden email] and delete this e-mail from your system. SoftSolutions! reserves the right to monitor all email communications through its internal and external networks. Please don't print this e-mail unless you really need to. SoftSolutions! s.r.l. ************************************************** ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On Tue, 2008-01-22 at 13:07 +0100, [hidden email]
wrote: > is it possibile to use QuantLib 0.9.0 with Visual C++ 6? > I read that this compiler is no longer supported starting with release > 0.4.0. > Anyone could patch this? Hi Alessandro, unfortunately, parts of the library (most notably, the Monte Carlo framework) uses C++ features such as template template arguments that are not supported by VC6. In order to patch it, one would have to change the declarations for most of its functionality, as well as the code that calls it---or if you're not interested in Monte Carlo, remove that part of the library. In either case, I don't think I would include such a patch in the main repository. Sorry, Luigi -- No, I'm not interested in developing a powerful brain. All I'm after is just a mediocre brain, something like the president of American Telephone and Telegraph Company. -- Alan Turing on the possibilities of a thinking machine, 1943. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |