Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 621 Bytes

expression-evaluator-error-cxx0064.md

File metadata and controls

25 lines (19 loc) · 621 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0064
Expression Evaluator Error CXX0064
11/04/2016
CXX0064
CAN0064
CXX0064
aa509e71-0616-41ca-a94e-6c376b041e57

Expression Evaluator Error CXX0064

can't set breakpoint on bound virtual member function

A breakpoint was set on a virtual member function through a pointer to an object, such as:

pClass->vfunc( int );

A breakpoint can be set on a virtual function by entering the class, such as:

Class::vfunc( int );

This error is identical to CAN0064.