And with FFI and Alien ? Do FFI Alien and NativeBoost share the same libraries ?
Le 22 sept. 2014 à 21:19, p...@highoctane.be a écrit :
> NativeBoost has loadModule: aModuleName which should do the trick.
>
> Phil
>
NativeBoost has loadModule: aModuleName which should do the trick.
Phil
Hi,
How is it possible to force a library to load ? Namely I have large libraries
on linux which depend on each other.
I discovered that the equivalent code in C runs, but not in pharo using FFI,
and one problem was that a dependent library was not loaded.
Annick