Skip to main content

Compiler Warning C0579

Message: The compiler feature <name or compiler feature> is only supported with compiler version <version> or newer

Possible error cause: A compiler feature is used in a library with the Enforce project compatibility to option, which is not available with the currently set compiler version.

Error correction:

Remove the use of the feature, or update to the compiler version specified in the message.

Example 505. Example

The VAR_GENERIC CONSTANT scope was introduced with compiler version 3.5.18.0.

If this compiler feature is used in a library with the currently set compiler version 3.5.16.0, then the "Check all Pool Objects" command generates the following error message:

C0579: The compiler feature 'Generic constant variable' is only supported with compiler version 3.5.18.0 or newer



For more information, see: VAR_GENERIC CONSTANT