I have been using an ASCII table of characters defined as a enum for several years. However, after installing SP9 I get pre-compile errors that suggest that the enum values are being interpreted as bit numbers. I have attached a screenie and the project.
I have been using an ASCII table of characters defined as a enum for several years. However, after installing SP9 I get pre-compile errors that suggest that the enum values are being interpreted as bit numbers. I have attached a screenie and the project.
EnumProblemSP9 .project [98.03 KiB]
Try {attribute 'qualified_only'} in enum
Ton.
Thank you. It should have that specified anyway.