[GUI] Binding c++ gui libraries to haskell.
Nick Name
nick.name@inwind.it
Thu, 27 Feb 2003 21:38:51 +0100
On Thu, 27 Feb 2003 12:06:46 -0800 (PST)
David Sankel <camio@yahoo.com> wrote:
>
> This is an short example program that uses the ffi to
> bind an fltk (www.fltk.org) call to haskell. Please
> give me your Makefile changes if you needed to change
> it.
>
You great! :) Thanks, I needed this example. However, I am not sure I
got the point: to wrap a C++ library, does one need to make a "CCALL"
wrapper first? I guess that could be automatically generated. Have you
already got ideas on how to deal with class methods and inheritance? If
it's a silly question, I apologize.
Vincenzo