标签: c++ dll com
我还没有尝试过,但很想知道。我们假设我们在dll D1中有一个静态对象A. A在dll B中维护对COM对象D2的引用。即使D2引用了A中的B,dll D2是否可以卸载?
D1
A
B
D2