Re: Binding c++ gui libraries to haskell.
Nick Name <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 27 Feb 2003 12:06:46 -0800 (PST) David Sankel <[email protected]> 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