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.
C2568
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2568
 
     'identifier1' : unable to resolve function overload 'identifier2'
 
     The compiler could not unambiguously determine which of the
     specified overloaded functions to call.
 
     The actual parameters passed to the function should be cast to
     match the formal parameters listed in the declaration of one of
     the specified functions. One parameter match must be better than
     any of the other possible matches.
                                    -♦-