DMD license question
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Tue Aug 8 14:12:02 PDT 2017
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
More information about the Digitalmars-d
mailing list