E2528 Option 'name' must be set before compilation begins (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 must be set before compiling starts. Instead, set this option on the command line, in a .cfg file, or at the top of the source file before the line int foo(); .