C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C2415
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2415
 
     improper operand type
 
     The opcode does not use operands of this type.
 
     Check an assembly-language reference manual to determine the
     correct types of operands for this instruction.
 
     It is possible that the instruction is supported with additional
     operand types on a newer processor. The problem can be solved by
     compiling with the /G1 or /G2 option, but then only machines with
     the newer processor will be able to execute the extended
     instruction.
                                    -♦-