Page 1 of 1

How to solve these compilation errors

Posted: Fri Jul 28, 2023 10:35 am
by 16696323
I encountered the following error message during the compilation process in a simple MFC (VS2022) program. May I ask how to solve it?
1、Error C2061: Syntax error: identifier "EPointerStyle"
Error C2061: Syntax error: identifier "EBarStyle"
Error C2061: Syntax error: identifier "ITeePicture"

2、Error C2065: 'AStyle': Undeclared identifier
Error C2065: 'BarStyle': Undeclared identifier

3、Error C2275: 'Picture': Expected an expression instead of a type

Re: How to solve these compilation errors

Posted: Fri Jul 28, 2023 2:20 pm
by Pep
Hello,
would you be so kind to upload the exmple that you're trying to run so we can check it here ?
Thanks