
27 Feb
2003
27 Feb
'03
3:38 p.m.
On Thu, 27 Feb 2003 12:06:46 -0800 (PST)
David Sankel
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