To migrate an application, you start by opening a
Net Express project in
Enterprise Developer. This invokes the
Net Express Project Import wizard that converts the project into an
Enterprise Developer solution.
Alternatively, you can use the Dialog System Application project templates available in
Enterprise Developer to create a solution manually and add the files from the Dialog System application to it.
There is one Dialog System specific item that is added to the project and that is the screenset, the
.gs file. The wizard sets the following properties on the screenset file and you need to do the same if you create the project
manually:
- Copy to Output Directory is set to
Copy if newer. This ensures that the screenset is added to the output directory whenever the screenset is changed.
- Build Action
is set to
Content. This ensures that the screenset is not compiled and consequently doesn't create spurious warnings or errors.
When the Dialog System application is in
Enterprise Developer, you can continue to maintain and run it with
Enterprise Developer, as shown here:
In
Enterprise Developer, you can:
Debuggable OO Class Libraries
If your application uses the native OO COBOL class libraries, and you want to step into those libraries when debugging, you
need to build debuggable versions of them. This is different from
Net Express, where the libraries were supplied and you could select them from the IDE. To build and use debuggable versions of the libraries:
- Open the project for the required class library. The projects are located in the
cpylib folder of your installation, which is by default
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer. The class library projects are:
- Base class library -
basecl\classm.cblproj - installed with
Enterprise Developer
- GUI class library -
guicl\apiguim.cblproj - installed with
Enterprise Developer
- OLE class library -
olecl\olecl.cblproj - installed with
Enterprise Developer
- Ensure the Debug configuration is selected and then build the project. The resulting output is stored in the
debug subfolder of the project folder.
- In your application, set the COBPATH environment variable to point to the folder containing the debuggable version of the
library. To do this, add the variable to the
application.config file, as follows:
- Open your application in
Enterprise Developer.
- Right-click your main project and click
.
- Double-click
Application.config in Solution Explorer.
- In the
Name field, specify COBPATH.
- In the
Value field, specify the full path of the folder. For example,
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\cpylib\guicl\debug.
- Click
Set.
Note: The Help for the class libraries is available in the file
nxrclr.chm, which is installed in the Help folder of your installation. The default location is
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\Help.
Examining object reference items
Enterprise Developer enables you to examine native object reference data items to allow the object's instance data to be displayed, provided that
the debug information for the object's class is available.
The debug tool shows both the hexadecimal and the actual value of the data item: