what keeps a COM object alive?

Richard Webb webby at beardmouse.org.uk
Wed Jun 12 13:34:32 PDT 2013


I was referring to the COM server support stuff in the Juno 
library, which allocates COM objects outside the GC heap so the 
GC will never collect them.

See 
https://github.com/JesseKPhillips/Juno-Windows-Class-Library/blob/master/juno/com/core.d#L3147 
for an example.


More information about the Digitalmars-d-learn mailing list