Re: [Pharo-users] Using FFI: MessagetNotUnderstood:InterfaceDev class>>fficall:module

2016-04-25 Thread Arnaud
Hi , Thanks Esteban, I have install pharo 5 and another issue appear when working with it. when i create a class and i try to inspect the class am having the following issue: Here is my class: Object subclass: #InterfaceDev instanceVariableNames: 'errbuf' classVariableNames: ''

Re: [Pharo-users] Using FFI: MessagetNotUnderstood:InterfaceDev class>>fficall:module

2016-04-20 Thread Esteban Lorenzano
> On 20 Apr 2016, at 12:34, Esteban Lorenzano wrote: > > >> On 20 Apr 2016, at 10:37, mathias arnaud nkeumo tsombeng >> wrote: >> >> Dear All, >> >> Am try to call a libpcap library using FFI in pharo and am getting the >> following error: >> MessagetNotUnderstood:InterfaceDev class>>ffical

Re: [Pharo-users] Using FFI: MessagetNotUnderstood:InterfaceDev class>>fficall:module

2016-04-20 Thread Esteban Lorenzano
> On 20 Apr 2016, at 10:37, mathias arnaud nkeumo tsombeng > wrote: > > Dear All, > > Am try to call a libpcap library using FFI in pharo and am getting the > following error: > MessagetNotUnderstood:InterfaceDev class>>fficall:module > > Am working with pharo 4 ffiCall:module: is UFFI, then

[Pharo-users] Using FFI: MessagetNotUnderstood:InterfaceDev class>>fficall:module

2016-04-20 Thread mathias arnaud nkeumo tsombeng
Dear All, Am try to call a libpcap library using FFI in pharo and am getting the following error: MessagetNotUnderstood:InterfaceDev class>>fficall:module Am working with pharo 4 also I have issue with pharo 5 on unbuntu after runing the pharo launher i create an image of pharo 5 but when i tr