www.digitalmars.com         C & C++   DMDScript  

D - [Q]DLLs and GC?

reply "Patrick Down" <pdown austin.rr.com> writes:
This is more of a D runtime question.

Will D support building dynamic link libraries?
If so how will class exports be handled, assuming
use by another D application?  How will garbage
collection work if the application and DLL have
linked their own memory managers?

Just curious,
Patrick Down
Jan 07 2002
parent "Walter" <walter digitalmars.com> writes:
"Patrick Down" <pdown austin.rr.com> wrote in message
news:a1dass$1oha$1 digitaldaemon.com...
 This is more of a D runtime question.
 Will D support building dynamic link libraries?
Yes.
 If so how will class exports be handled, assuming
 use by another D application?  How will garbage
 collection work if the application and DLL have
 linked their own memory managers?
The easiest way is to have one garbage collector controlling the application.
Jan 08 2002