|
From: Ahmad M. <ahm...@gm...> - 2010-09-16 08:31:12
|
Hi, I'm not a C++ developer - but just wanted to make sure that the QL_HEX_VERSION number is correct '0x010001f0' in version.hpp from the v1.0.1 download. The NQuantLibc for the SWIG C# bindings does not compile. The error is as follows: *\quantlib_wrap.cpp(345) : fatal error C1189: #error : using an old version of QuantLib, please update* Changing Line 344 of 'quantlib_wrap.cpp' to the following works. *#if QL_HEX_VERSION < 0x010001f0//0x010100f0* Regards, -- Ahmad Mahomed |