Hello, > This is likely to be a bug in the building files and/or the packaging, I've > already submitted a bug report about it. Meantime, is there any workaround I > can use from C#/.Net/Mono to still use this library?
You could P/Invoke into the second library before calling the first one, to ensure that all symbols will be in memory by the time the dynamic linker tries to resolve them. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
