Article ID: 222613 - Last Review: September 1, 2005 - Revision: 4.0 FIX: "Error C2065: 'm_mov' : undeclared identifier" error message when you compile a project that uses ATL on the Alpha platformThis 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
(http://support.microsoft.com/kb/194022/
)
Visual Studio 6.0 service packs, what, where, why
194295
(http://support.microsoft.com/kb/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.
| Article Translations
|
Back to the top
