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
Right now, ATL is being used in the zSight tracker driver for a COM smart pointer. The current detection approach means this driver gets disabled in Express Editions of visual studio. However, I found this when looking at the WTL (lib building on ATL) readme file:
Since Visual C++ Express ships without ATL, you have to use a version of ATL that ships with Windows Driver Kit 7.1.0 or Platform SDK (Windows Server 2003 R2 Platform SDK).
Windows Driver Kit 7.1.0 contains ATL version 8, while Platform SDK has ATL version 3. We recomend ATL from Windows Driver Kit since it is newer and better version. However, you can still use ATL from Platform SDK since WTL still fully supports ATL3.
The text was updated successfully, but these errors were encountered:
Right now, ATL is being used in the zSight tracker driver for a COM smart pointer. The current detection approach means this driver gets disabled in Express Editions of visual studio. However, I found this when looking at the WTL (lib building on ATL) readme file:
The text was updated successfully, but these errors were encountered: