|
From: eric e. <eri...@gm...> - 2006-08-29 08:26:19
|
Hi Marwan, On 8/26/06, Marwan <mar...@fr...> wrote: > By the way, when i first compiled QuantlibXL, it returns that a regex > library from Boost was not available, even if i had already compiled boost > using bjam. regex is required by QuantLibAddin but is not included in the default boost command line build, you have to request it explicitly - C:\Projects\boost_1_33_1>bjam "-sTOOLS=vc-8_0" "--with-regex" install - I've updated the docs with that and also with the other changes we discussed - thanks for your feedback. Regards, Eric |