Parsing a Project
Perform the following steps to parse a project or *.pas file:
- Choose "Project|Options", and under "File to Analyze"
choose your project (*.dpr) or pascal (*.pas) file.
- Under "Project Directories", include the path where
CodeWrenchSystem.pas can be found. By default this is
"C:\CodeWrench\CodeWrenchSystem".
- Include other directories for which your project
depends on. For example, you will want to include the paths
of the Delphi sources folder.
- Under the "Project Defines" tab, be sure to include the
compiler defines for your project. IMPORTANT: Delphi
users will most likely include MSWINDOWS, VER150, WIN32, and CPU386 in this list.
Back: Tutorials