|
From: eric e. <eri...@gm...> - 2006-11-13 20:36:49
|
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.html
The 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.html
Regards,
Eric
On 11/13/06, Nicola Chiarini <il...@yo...> wrote:
>
>
> I'd like to export the QuantLibAddin functionality to PostgreSQL via
> C-Language Functions (as exposed in
> http://www.postgresql.org/docs/8.1/interactive/xfunc-c.html).
> Is it feasible?
> I haven't found any tutorials about how to extend QuantLibAddin: can someone
> help me?
>
> Thanks in advance,
> Nicola Chiarini
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> QuantLib-dev mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>
>
>
|