Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Esteban Lorenzano
> On 8 Nov 2017, at 05:07, Todd Blanchard wrote: > > Just catching up > > I'm trying to work with 64 bit Pharo 6.(1? 2?). > > I've run into some issues that I have not been able to resolve. I've loaded > up TalkFFI with the LibClang library and testLocation fails. Anything that > trie

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Esteban Lorenzano
> On 8 Nov 2017, at 06:55, Todd Blanchard wrote: > > Pretty sure that's the one I loaded. > > Still having issues with libclang on 64 bit with code locations. that was made for 32bit. I never tried it witht 64bit libclang so I would not expect it works just like that ;) Esteban > >> On N

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Todd Blanchard
Pretty sure that's the one I loaded. Still having issues with libclang on 64 bit with code locations. > On Nov 8, 2017, at 1:26 AM, Denis Kudriashov wrote: > > Hi. > > Esteban has version ported to UFFI https://github.com/estebanlm/TalkFFI > . But I don't

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Denis Kudriashov
Hi. Esteban has version ported to UFFI https://github.com/estebanlm/TalkFFI. But I don't know is it working or not. 2017-11-08 10:15 GMT+01:00 Todd Blanchard : > I know, but its closer to "done" than starting from scratch. > > > > On Nov 8, 2017, at 1:13 AM, Ben Coman wrote: > > AFAIK, TalkFFI

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Todd Blanchard
I know, but its closer to "done" than starting from scratch. > On Nov 8, 2017, at 1:13 AM, Ben Coman wrote: > > AFAIK, TalkFFI hasn't been updated to UFFI for Pharo 5. > http://forum.world.st/Porting-TalkFFI-LibClang-to-Pharo-5-UFFI-td4915060.html >

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Ben Coman
AFAIK, TalkFFI hasn't been updated to UFFI for Pharo 5. http://forum.world.st/Porting-TalkFFI-LibClang-to-Pharo-5-UFFI-td4915060.html cheers -ben On Wed, Nov 8, 2017 at 4:07 PM, Todd Blanchard wrote: > Just catching up > > I'm trying to work with 64 bit Pharo 6.(1? 2?). > > I've run into so

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-11-08 Thread Todd Blanchard
Just catching up I'm trying to work with 64 bit Pharo 6.(1? 2?). I've run into some issues that I have not been able to resolve. I've loaded up TalkFFI with the LibClang library and testLocation fails. Anything that tries to deal with getting a code location fails and I cannot figure out

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-10-23 Thread p...@highoctane.be
I've callbacks all over in https://github.com/Pharophile/XmppTalk They do work. Phil On Mon, Oct 23, 2017 at 8:13 PM, Ben Coman wrote: > > > On Mon, Oct 23, 2017 at 11:46 PM, Jan Cada wrote: > >> Hi, >> >> I would like to connect fingerprint reader to pharo - so far I am able to >> use C libr

Re: [Pharo-users] UFFI with asynchronous callbacks

2017-10-23 Thread Ben Coman
On Mon, Oct 23, 2017 at 11:46 PM, Jan Cada wrote: > Hi, > > I would like to connect fingerprint reader to pharo - so far I am able to > use C library to connect to it using UFFI, > however the problem is that I can wait for fingerprint indefinitely ( > blocking call to library) or register call-b

[Pharo-users] UFFI with asynchronous callbacks

2017-10-23 Thread Jan Cada
Hi, I would like to connect fingerprint reader to pharo - so far I am able to use C library to connect to it using UFFI, however the problem is that I can wait for fingerprint indefinitely ( blocking call to library) or register call-back for moment when fingerprint is available. The registra