On 2017-08-08 22:50, Jacob Carlborg wrote:
On 2017-08-08 16:28, meppl wrote:

in case your main application is written in D, too:  how do you avoid
symbol name collisions?

D symbols are mangled to include the package and module name. That will
make a collision less likely.


The pseudo-handles RTLD_DEFAULT and RTLD_NEXT [1] might be of use as well.

[1] https://linux.die.net/man/3/dlsym

--
/Jacob Carlborg

Reply via email to