Re: [Pharo-users] FFI on MacOS 10.12 using Pharo 5

2016-12-21 Thread Jay Hardesty
Thx - yes exactly the same path I took - strictly 32-bit (i386) worked, in my case on Sierra. Jay -- View this message in context: http://forum.world.st/FFI-on-MacOS-10-12-using-Pharo-5-tp4927537p4927740.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] FFI on MacOS 10.12 using Pharo 5

2016-12-20 Thread Jay Hardesty
Thanks - testing the new dylib (see response to Esteban) with a C app (command line tool) as you suggested saved me from wasting time before realizing I had a 64 vs 32 bit problem.. works now. Cheers, Jay -- View this message in context: http://forum.world.st/FFI-on-MacOS-10-12-using-Pharo-5-t

Re: [Pharo-users] FFI on MacOS 10.12 using Pharo 5

2016-12-20 Thread Jay Hardesty
Thanks Esteban, was helpful to know I had (almost!) the right syntax.. With that I was able to concentrate on the library loading - apparently using a .dylib rather than .bundle made the difference. It now works - thanks again! Jay -- View this message in context: http://forum.world.st/F