Dynamic D Library

Rainer Deyke rainerd at eldwood.com
Thu Jul 16 16:13:47 PDT 2009


Jarrett Billingsley wrote:
> ON WINDOWS, DLLs are not allowed to have unresolved externals.  So if
> you create a DLL in D, yes, Phobos will be linked in.  THERE IS
> NOTHING THAT CAN BE DONE ABOUT THAT.  It's a limitation on the way
> DLLs work.

In theory, wouldn't it also be possible to solve this problem by passing
a pointer to the external dependencies into the DLL via an
initialization function?


-- 
Rainer Deyke - rainerd at eldwood.com



More information about the Digitalmars-d mailing list