Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

6.3.2 Setting TARGET options

The following TARGET options can be set for each project:

To display the Target page and specify TARGET options:

  1. Select a COBOL project in the "Dependency" or "Structure" view.

  2. Select "File" > "Properties" from the menu bar, or "Property..." from the context menu. The property dialog box appears.

  3. Select "Target" in the left pane. The "Target" page is displayed.

Item

Description

Target name

Specifies a TARGET name. The current project name is set as the initial value.

Target type

Specifies the type of TARGET to be output. "Executable" or "Dynamic-link library" can be selected. The default is "Executable".

Use the DLL specific runtime initialization file (COBOL85.CBR)

For a target type of Dynamic-link library, if this option is selected, an initialization file for DLL-specific execution is used.

Application format

Specifies the format of the created application.

COBOL console window

Specifies that a console window created by a COBOL program is the input-output destination of ACCEPT and DISPLAY statements, and that a message box is the output destination of execution-time error messages.

System console window

Specifies that the system console (command prompt window) is the input-output destination of ACCEPT and DISPLAY statements and execution-time error messages.

Build mode

Specifies "Release" or "Debug" as the build mode. The default is "Debug".

Note

When you specify Debug for a build mode, the "CHECK(ALL)" compiler option is added.