Static CComPtr Variable

Posted by Alien01 on Stack Overflow See other posts from Stack Overflow or by Alien01
Published on 2010-06-15T09:36:43Z Indexed on 2010/06/15 9:42 UTC
Read the original article Hit count: 316

Is it bad idea to have static CComPtr member variables in an application. Since we cannt control destruction of static variable and it can happen after CoUninitialze .

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about com