E2527 Option 'name' cannot be set via 'name' (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

An attempt was made in a source file to set an option that cannot be set after either parsing or compiling of the file starts. Instead, set this option on the command line or in a .cfg file.

For example, if a source file contains a #pragma option push -v, you need to remove the push or set /unset this option either on the command line or in a .cfg file.