On Wed, 24 Feb 2010 02:38:58 -0500, Rainer Schuetze <[email protected]>
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.