If a file in your project has properties that differ from the ones set in the project's properties, the file properties take precedence over the project's properties but not over any directives specified in Additional directives that have an IDE equivalent. This might result in receiving unexpected build issues at build time.
To help work around such issues, Visual COBOL you to convert any directives specified in Additional directives to their project's properties equivalents. With the Check Additional Directives for project properties option checked, when you open a solution Visual COBOL reviews all directives specified as Additional directives for the projects in the solution. If there are directives that have IDE equivalents, you receive an Update Project Properties dialog box that recommends converting those directives to project's properties.
Specify the maximum number of CPUs to use for parallel compilation. The number is automatically set to the number of CPUs of your computer.
To enable parallel compilation for a native project, check Multi-processor compilation on the COBOL page in the project's properties.
Disabled by default. Enable this option for Enterprise Developer to check whether applications created with an older product releases must be relinked. See Relink Applications for details about how to automatically relink the existing executable or .dll to the new version of the C run-time system without the need to recompile the application first. You need the original object code (.obj) for this.