|
From: Ferdinando A. <qf...@am...> - 2009-04-20 13:01:38
|
Hi all I have no problem with Rev16194 with both VC8 and VC9. Please provide more details if you still have problems after a whole trunk update to Rev16194 ciao -- Nando On Mon, Apr 20, 2009 at 1:21 PM, cx479 <ar...@hu...> wrote: > > currently have revision 16182 of QuantLib > revision 16093 of QuantLibAddin > > QuantLib builds fine. > > When I build QuantLibAddin, get errors in enumeratedclasses.cpp originating > from : > > new QuantLib::FDAmericanEngine<>(process, timeSteps, timeSteps-1)); > new QuantLib::FDBermudanEngine<>(process, timeSteps, timeSteps-1)); > new QuantLib::FDEuropeanEngine<>(process, timeSteps, timeSteps-1)); > > When changed to : > > new QuantLib::FDAmericanEngine(process, timeSteps, timeSteps-1)); > new QuantLib::FDBermudanEngine(process, timeSteps, timeSteps-1)); > new QuantLib::FDEuropeanEngine(process, timeSteps, timeSteps-1)); > > this file compiler fine. But then further down the line I get errors in > other files : > > e.g. > > ratehelpers.cpp(183) : error C2039: 'BondHelper' : is not a member of > 'QuantLib' > > Thanks > > -- > View this message in context: http://www.nabble.com/errors-on-building-QuantLibAddin-tp23134818p23134818.html > Sent from the quantlib-dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev |