chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] c-callbacks


From: felix winkelmann
Subject: Re: [Chicken-users] c-callbacks
Date: Mon, 20 Aug 2007 00:40:53 +0200

>
> so, I put the define-external in graphics.scm, where I do now:
>   (ode-space-collide space #f (location foobar))
>
> and throws again:
>
> Error: (location) bad argument type - locative can not refer to
> objects of this type: #<procedure (foobar data81 geom182 geom283)>
>

Does the definition of "foobar" textually precede the invocation of
"ode-space-collide"? (if not, try to move it to the front)


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]