You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using ATL's CComPtr in wbox. This one thing makes the entire thing dependent on a very sketchy setup to properly compile, which really is not acceptable. One day, when we have time, we should just drop the CComPtr dependency. After all, proper QueryInterface, AddRef, and Release calls can't be that hard.
We are using ATL's
CComPtrinwbox. This one thing makes the entire thing dependent on a very sketchy setup to properly compile, which really is not acceptable. One day, when we have time, we should just drop theCComPtrdependency. After all, properQueryInterface,AddRef, andReleasecalls can't be that hard.