[plt-scheme] FFI error in 4.0

From: Jakub Piotr Cłapa (jpc-ml at zenburn.net)
Date: Wed Jul 2 16:32:57 EDT 2008

define-cpointer-type has not been ported to 4.0 and doesn't work with 
the new _ handling.

#lang scheme/base
(require scheme/foreign)

#;(define-cpointer-type _test #f #f #f) ; this works
(define-cpointer-type _test)            ; this doesn't and gives a
                                         ; really obscure error message

-- 
regards,
Jakub Piotr Cłapa


Posted on the users mailing list.