C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C1049
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1049
 
     invalid numerical argument 'string'
 
     The compiler expected a numerical argument but received the given
     string.
 
     This error may be caused by giving a hexadecimal number without
     the necessary \x prefix or by a misformed floating-point number.
                                    -♦-