help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Some issues with C callouts


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] Some issues with C callouts
Date: Mon, 28 Sep 2009 22:15:45 +0200

Hmm I forget to say that you should also change the line 

screen := iter data value.

by this : screen := iter data.

I've tested it with the c and the st works and it works.

Do you have a git rep or a place where we can found the binding ?

Cheers,
Gwenael

On Mon, 2009-09-28 at 23:49 +0400, Dmitry Matveev wrote:
> Thank you for advice, Gwenael, however unfortunately it did not solved
> the problem :(
> 
> 2009/9/28, Gwenael Casaccio <address@hidden>:
> > Hi,
> >
> > The bug is here :
> >
> >     (#data (#ptr #XcbScreen))
> >
> > Change this line with :
> >
> >     (#data #{XcbScreen})
> 
> Regards,
> Dmitry





reply via email to

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