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: ''
> 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
> 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
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