Is there a way to hide/disable specific compile time errors. I see that there is the {Warning disable}/{warning enable} function but there doesnt appear to be a similar for errors.
I am asking because I am using the Caa FB Factory library. And acording to examples and experimentation I need to call __vfInit which works when I load the program and run it, however it also results in a c0046 and c0004 error which is then forever in my precompile list even though it doesnt seem to cause any issues at run time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Is there a way to hide/disable specific compile time errors. I see that there is the {Warning disable}/{warning enable} function but there doesnt appear to be a similar for errors.
I am asking because I am using the Caa FB Factory library. And acording to examples and experimentation I need to call __vfInit which works when I load the program and run it, however it also results in a c0046 and c0004 error which is then forever in my precompile list even though it doesnt seem to cause any issues at run time.