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 - rain...@eldwood.com

Reply via email to