Setting up dmd properly
Mike Parker via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Jan 12 04:32:11 PST 2016
On Tuesday, 12 January 2016 at 08:42:19 UTC, Robert M. Münch
wrote:
> I have seen countless problems because apps are using dynamic
> linking and whole IT environements getting into DLL hell. IMO
> one of the worst ideas these days.
I'm not talking about dynamic linking, but dynamic loading. This
allows more control over which versions of a dynamic library are
supported and helps to avoid DLL hell.
More information about the Digitalmars-d-learn
mailing list