FIX: "Error C2065: 'm_mov' : undeclared identifier" error message when you compile a project that uses ATL on the Alpha platform (222613)
The information in this article applies to:
- The Microsoft Active Template Library (ATL) 3.0, when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q222613 SYMPTOMS
You receive the following error message when compiling a project that uses ATL on the Alpha platform:
c:\program files\microsoft visual studio\vc98\atl\include\atlcom.h(3561) : error C2065: 'm_mov' : undeclared identifier
CAUSE
M_mov is declared for the x86 version of this class but not for the Alpha version.
RESOLUTION
This is fixed in Microsoft Visual Studio 6.0 Service Pack 3.STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, click the following article number to view the article in the Microsoft Knowledge Base:
194022
Visual Studio 6.0 service packs, what, where, why
194295 How to tell that a Visual Studio service pack is installed
MORE INFORMATION
This problem only exists in the Alpha source code section that comes with the Intel version of Visual C++. The Alpha version of Visual C++ does not have this problem.
Modification Type: | Major | Last Reviewed: | 9/1/2005 |
---|
Keywords: | kbQFE kbATL300fix kbBug kbfix kbVS600sp3fix KB222613 kbAudDeveloper |
---|
|