Error C2065 'CFont': undeclared identifier


Author: oleh Asked: 2 years 4 months 21 days 7 hours 31 minutes ago Viewed: 627 times Activity: 2 years 4 months 20 days 6 hours 5 minutes ago

0

I installed Nitisa as an VS 2019 extension. For new created project build is fine. But there is an error changing the font: Error C2065 'CFont': undeclared ID.

add comment


0

Answered by Support at Nov 29, 2021, 9:18:00 AM

Please provide more details. You also can open a ticket or a bug and submit the project causing the problem. That would help us to investigate. Thank you.

add comment


0

Answered by oleh at Nov 29, 2021, 1:44:39 PM

Solution: must by hand add #include "Nitisa/Core/Font.h" to IFormMain.h file.


Fix was added to a 11.0.1 release. — by Support at Nov 30, 2021, 10:35:03 AM

add comment