Re: :out parameters

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Fri, 27 Aug 2004 06:31:10 -0600
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
Ben wrote:
> platforms first of course.  the advantage of me releasing a patch with
> my library is to gain testers, who will only get mad at ME when stuff
> fails!  after the dust settles, you can patch it back in.  your choice.

I'll test on the platforms I have available. If it works okay, I'll
commit it to UFFI and release a new version.

> the REALLY interesting thing of course would be to figure out
> callbacks.....

I looked at this. Since the variations between platforms extends all
the way to the structure of the C code, I don't see a way to have this
be cross-platform compatible.

Kevin