How to solve these compilation errors

TeeChart for ActiveX, COM and ASP
Post Reply
realife
Newbie
Newbie
Posts: 4
Joined: Thu Jul 27, 2023 12:00 am

How to solve these compilation errors

Post by realife » Fri Jul 28, 2023 10:35 am

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: How to solve these compilation errors

Post by Pep » Fri Jul 28, 2023 2:20 pm

Hello,
would you be so kind to upload the exmple that you're trying to run so we can check it here ?
Thanks

Post Reply