RAD Studio
ContentsIndex
PreviousUpNext
E2527: Option 'name' cannot be set via 'name' (C++)

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!