PRB: C2065 Error on TVIS_FOCUSEDLast reviewed: June 16, 1997Article ID: Q166471 |
The information in this article applies to:
SYMPTOMSThe following error appears if you use the symbol TVIS_FOCUSED in your application and use a newer version of CommCtrl.h (Version 1.2):
"error C2065: 'TVIS_FOCUSED' : undeclared identifier" CAUSEThe new versions of Commctrl.h do not define TVIS_FOCUSED. This style was never implemented and is no longer defined.
RESOLUTIONRemove any reference to this symbol from your program and recompile your application.
STATUSThis behavior is by design.
|
Additional query words: Commctrl TVIS_FOCUSED afxcmn.h
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |