chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] (solved) Re: sx:make-draw-area


From: Stephan Lukits
Subject: [Chicken-users] (solved) Re: sx:make-draw-area
Date: Thu, 29 Nov 2007 11:21:32 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

felix winkelmann schrieb:
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)

Now it works.  Thanks!
Stephan






reply via email to

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