[fpc-pascal] Writing DLLs to by used in Excel VBA code

Mark Morgan Lloyd markMLl.fpc-pascal at telemetry.co.uk
Tue Dec 15 09:40:21 CET 2015


luciano de souza wrote:
> The problem is solved. Actually, I didn't know that, in my Linux,
> sharable libraries are only accessible from /usr/lib.
> 
> As I was trying to access a lib in another directory, Libreoffice was
> not able to find it.

That's more of a limitation of the application program than anything 
else. I've definitely got a Pascal program calling a Pascal-written .so 
from the same directory that contains the main binary, and in most cases 
it's possible to tailor the path using- among other things- LD_LIBRARY_PATH.

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]



More information about the fpc-pascal mailing list