chicken-users
[Top][All Lists]
Advanced

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

Re: sx:make-draw-area (was Re: [Chicken-users] what are pointers (in sch


From: felix winkelmann
Subject: Re: sx:make-draw-area (was Re: [Chicken-users] what are pointers (in scheme))
Date: Thu, 29 Nov 2007 11:18:00 +0100

On Nov 29, 2007 10:15 AM, Stephan Lukits <address@hidden> wrote:

> leads to a "Speicherzugriffsfehler", thus I thought
> I call "sx:open-display" first maybe it's working then
> but using (sx:open-display 0 (argc+argv)) still
> raises "Error: bad argument type - not a pointer: 1"
>

Try

(call-with-values argc+argv sx:open-display)


cheers,
felix




reply via email to

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