C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2610
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2610
 
     identifier 'identifier' can never be instantiated; user defined
     constructor is required
 
     The specified class cannot be properly initialzied.
 
     This error occurs when a constructor cannot be created for the
     class. A user-defined constructor should be defined.
                                    -♦-