D hates to be dynamic linked
Robert Jacques
sandford at jhu.edu
Wed Feb 24 08:47:58 PST 2010
On Wed, 24 Feb 2010 02:38:58 -0500, Rainer Schuetze <r.sagitario at gmx.de>
wrote:
> I've seen that, too, but have not tried it yet. As Roald has also
> pointed out, there are other things you might want to share between dlls
> (threads, file handles, etc.).
Given the GC has to know about all threads, I assume those are shared as
well. As for file handles, those are just data variables, which can be
easily shared between DLLs. The bug problem, as I understand it, with DLLs
is global data requires manual re-routing, etc. to work.
More information about the Digitalmars-d
mailing list