C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C1058
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1058
 
     compiler limit : too many formal arguments
 
     The function declaration had too many formal arguments.
 
     Reduce the number of arguments by passing structures or pointers
     to structures.
                                    -♦-