Login  Register

Re: QuantLibMma license

Posted by Luigi Ballabio-2 on May 14, 2003; 5:52am
URL: http://quantlib.414.s1.nabble.com/Re-QuantLibMma-license-tp10239p10241.html

At 12:28 PM 5/14/03 +0200, Ferdinando Ametrano wrote:
>I suggest you add a check somewhere in the main header file as in:
>#if QL_HEX_VERSION < 0x000302a1
>     #error using an old version of QuantLib, please update
>#endif

As I suspect you used the 0.3.1 release, you might want to make it:

#if QL_HEX_VERSION != 0x000301f0
     #error QuantLib release 0.3.1 required
#endif

as future versions might just as easily break your code.

>As for the packaging I cannot comment, since I'm not a Mathematica user.
>Anyone has additional/different suggestions/comments? Luigi?

I'm not a Mathematica user either. Did you have any feedback from the
mailing list? (other than "wow, cool" of course :)

Bye,
         Luigi