Thanks, that worked. I had tried "typedef SHPObject", but didn't think to try "SHPObject" by itself.
Ben On 9/13/06, felix winkelmann <[EMAIL PROTECTED]> wrote:
On 9/13/06, Ben Matasar <[EMAIL PROTECTED]> wrote: > > When I try to add a define-foreign-record, like this one: > > (define-foreign-record (shpobject* "struct SHPObject") Try (define-foreign-record (shpobject* "SHPObject") ...) cheers, felix -- http://galinha.ucpel.tche.br:8081/blog/blog.ssp
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
