chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] callbacks returning twice


From: Jörg F. Wittenberger
Subject: Re: [Chicken-users] callbacks returning twice
Date: Fri, 26 Jun 2015 11:12:56 +0200
User-agent: Mozilla/5.0 (X11; Linux armv7l; rv:31.0) Gecko/20100101 Icedove/31.7.0

Argh,

yeah, I forgot to post the gridbox code I added to iup-base.scm  It's
trivial too.  Just like the other constructors.  I added it right above
"hbox", since that's where it apears in the docs.

(define gridbox
  (make-constructor-procedure
        (foreign-lambda* nonnull-ihandle ([ihandle-list handles])
"C_return(IupGridBoxv((Ihandle **)handles));")
        #:apply-args list))


Am 26.06.2015 um 02:40 schrieb Matt Gushee:
> Hi, Jörg--
> 
> I don't know if I have any answers, but having struggled with a few IUP
> issues, I thought I'd take a look. However, I tried to compile your code
> and ...
> 
>> Warning: reference to possibly unbound identifier `gridbox'
> 
> Yes, indeed it is unbound. There is no reference to 'gridbox' in the IUP
> egg (v1.6.0) source code. What version of the egg are you using - or did
> you add gridbox support yourself?
> 
> --
> Matt Gushee
> 
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-users
> 




reply via email to

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