Hi Nicola,
You would need to add a new Addin to QuantLibAddin. There's no
documentation on that specifically but you could have a look at the
existing Addins, the C Addin may give you ideas on how to link the C++
world of QuantLib to a C client.
The process of adding new functions and categories is documented here:
http://www.quantlibaddin.org/extending.htmlThe document below describes the general structure of the gensrc
utility which is used to generate the source code for the Addins:
http://www.gensrc.org/inherits.htmlRegards,
Eric
On 11/13/06, Nicola Chiarini <
[hidden email]> wrote: