|
From: Luigi B. <lui...@gm...> - 2021-03-10 12:09:21
|
Hello,
I'm afraid there's no automated tool for that. SWIG doesn't generate
bare C code. QuantLibAddin used to have a C output, but I'm not sure it's
still supported, and it added some overhead for serialization etc. You
might have to write the C interfaces manually.
Luigi
On Sun, Feb 14, 2021 at 2:38 PM Moh Amed <ah...@gm...> wrote:
> Hi,
> I'm considering using QuantLib on a Pharo SmallTalk project.
> Pharo has a Foreign Function Interface that allows access to C libraries.
>
> Is anyone aware of smth that exists in the direction of wrapping the
> QuantLib library into C functions?
>
> Any suggestion is welcome.
>
> Thanks
> algo
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|