January 07, 2002 [Q]DLLs and GC? | ||||
---|---|---|---|---|
| ||||
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 |
January 08, 2002 Re: [Q]DLLs and GC? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Patrick Down | "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. |
Copyright © 1999-2021 by the D Language Foundation