Trying to add #include %occErrors at the beginning of a class declaration fails because VS Code flags it as an error and won't save it
.png)
Product version: IRIS 2025.1
Discussion (3)0
Comments
#include with # used in Mac routines
for classes should be just include without #
Can also be used as #include inside a method (applies only to that method)
That worked. thank you so much.