Microsoft KB Archive/222613

From BetaArchive Wiki
Knowledge Base


FIX: "Error C2065: 'm_mov' : undeclared identifier" error message when you compile a project that uses ATL on the Alpha platform

Article ID: 222613

Article Last Modified on 9/1/2005



APPLIES TO

  • Microsoft ActiveX Template Library 3.0, when used with:
    • Microsoft Visual C++ 6.0 Enterprise Edition
    • Microsoft Visual C++ 6.0 Professional Edition
    • Microsoft Visual C++ 6.0 Standard Edition



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.

STATUS

Microsoft 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.


Additional query words: CComStdCallThunk

Keywords: kbbug kbfix kbqfe kbatl300fix kbvs600sp3fix KB222613