BUG: EE: "CXX0058: Error: Overloaded Operator Not Found" (116370)
The information in this article applies to:
- Microsoft CodeView for MS-DOS 4.0
- Microsoft CodeView for MS-DOS 4.01
- Microsoft CodeView for MS-DOS 4.1
- Microsoft CodeView for Windows 4.0
- Microsoft CodeView for Windows 4.01
- Microsoft CodeView for Windows 4.1
This article was previously published under Q116370 SYMPTOMS
When attempting to evaluate overloaded functions in Codeview's command
window, you may receive the following error message:
CXX0058: Error: Overloaded Operator Not Found
CAUSE
Codeview's expression evaluator requires exact argument matches in order to
evaluate overloaded functions. In addition, for the purpose of argument
matching, top level modifiers (i.e., const, volatile) are ignored.
RESOLUTION
Use appropriate type casts when specifying function parameters so that they
exactly match the function's formal parameter list. See the next section
for more details.
Modification Type: | Major | Last Reviewed: | 10/23/2003 |
---|
Keywords: | kb16bitonly KB116370 |
---|
|