Re: [racket] handling "private" objects in FFI

2011-03-20 Thread Matthew Flatt
At Sun, 20 Mar 2011 08:41:50 +0100, "keyd...@gmx.de" wrote: > I wonder how to handle > composite objects (structs) returned by a library function that have > themselves composite objects as fields, but these objects in turn are > considered to be "private", as seen by them being declared like so

[racket] handling "private" objects in FFI

2011-03-20 Thread keyd...@gmx.de
Hi all, I've just started trying to use the FFI, and although I'm much afraid that being a person without any C programming experience and never having used a FFI either, I might not get too far with it, I don't want to give up early :-; The first "bigger" problem that comes up is,- I wonder h