Re: [Pharo-users] FFI on Linux again

2014-10-17 Thread Annick Fron
I have the same problem with myWindow xid. « bad argument ». Yet I have used all the other methods which also use myWindow xid and display as arguments. I think the problem is from the other arguments passed by reference, not by value. I have seen a new version of Alien from Sept 30, but I don’

Re: [Pharo-users] FFI on Linux again

2014-09-25 Thread Nicolai Hess
Am 25.09.2014 17:25 schrieb "Annick Fron" : > > Hi, > > I Have tried the following code on Linux , but the call breaks. Is it because of the X11Window structure missing or else ? > > Annick > > testGetOurWindowLocation >"self new testGetOurWindowLocation" > >| display ourWindow aParent

[Pharo-users] FFI on Linux again

2014-09-25 Thread Annick Fron
Hi, I Have tried the following code on Linux , but the call breaks. Is it because of the X11Window structure missing or else ? Annick testGetOurWindowLocation "self new testGetOurWindowLocation" | display ourWindow aParent anX anY aWidth aHeight aBorderWidth aDepth | display := X1