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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
We are using ATL's
CComPtr
inwbox
. 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 theCComPtr
dependency. After all, properQueryInterface
,AddRef
, andRelease
calls can't be that hard.The text was updated successfully, but these errors were encountered: