Enterprise Analyzer supports Microsoft Visual Basic 6.0. Follow the steps below to analyze VB applications in
Enterprise Analyzer.
- Use the XDL.exe utility shipped with
EA to generate Library Description files for ActiveX components referenced in VB Project files but not contained in the projects
themselves. For more information, see "Generating Library Description Files."
Note: Enterprise Analyzer provides Library Description files for ActiveX system libraries in the
EA \Templates\VB directory.
- Register the VB application in
Enterprise Analyzer. The following objects must be registered:
- VB project files (.vbp)
- System Library Description files (.xdl) in the
EA \Templates\VB directory
- Generated Library Description files (.xdl)
- Source files (.bas, .cls, .ctl, .frm)
- Specify the resource types for method calls your application uses to interface with databases, message queues, or other resources
on the Workspace Options > Boundary Decisions tab.
- Verify Library Description files and VB project files.
Note: Library Description files must be verified before VB project files. As long as you verify the entire project for your Visual
Basic application,
EA parses the source files in appropriate order, taking account of the dependencies between file types.
Bear in mind that dependencies between
EA projects are not taken into account. If VB Project1 references VB Project2, VB Project2 must be verified first. To check
for dependency-related verification errors, run verification iteratively, verifying only those files in each project that
have not been verified successfully. If the number of unsuccessfully verified files does not decrease after a run, the remaining
issues are not dependency-related.
Important: Before registering VB sources, see "Restrictions on Visual Basic Support" for limitations in
Enterprise Analyzer support that may affect your project.