Oct. 3, 2012
11:54 a.m.
Hi Igor, following your example on using CairoLibraryLoader, i did the same for the PangoCairo library part of Athens. But there's something i don't understand, why [1] works and [2] doesn't (it returns 0), if both are in the plugins folder of the vm. 1.NativeBoost forCurrentPlatform loadModule: 'libcairo.2.dylib' 2.NativeBoost forCurrentPlatform loadModule: 'libpango-1.0.0.dylib' Does it depend on something else besides being in that path? #loadModule: by default looks at the Plugins folder? I've also tried passing as an argument the full path. I've attached the dylib, compiled with Macports universal binaries option. I'm using MacOS. Thanks, Fernando