INFO: C4312 Compiler Warning (Level 1) (815772)
The information in this article applies to:
- Microsoft .NET Framework 1.0
- Microsoft .NET Framework 1.1
- Microsoft Visual C++ .NET (2002)
- Microsoft Visual C++ .NET (2003)
SUMMARYWhen you try to assign a 32-bit value to a 64-bit
integer, you receive the following C4312 compiler warning message: 'variable': conversion from 'type'
to 'type' of greater size For example, you receive this warning message when you type cast a 32-bit int or
32-bit long to a 64-bit pointer. REFERENCESFor more information, see the following Microsoft Developer Network (MSDN) Web sites:
Modification Type: | Minor | Last Reviewed: | 6/19/2003 |
---|
Keywords: | kbCompiler kbinfo KB815772 kbAudDeveloper |
---|
|