D - [Q]DLLs and GC?
- "Patrick Down" <pdown austin.rr.com> Jan 07 2002
- "Walter" <walter digitalmars.com> Jan 08 2002
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
"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








"Walter" <walter digitalmars.com>