Add support for relative unit paths (relative to the dpr)

Issue #10 resolved
Marius van Zwijndregt created an issue

In one of our project, we use relative paths to include our units;

Part of the dpr:

uses Forms, SysUtils, xmldom in '..\src\xmldom.pas' {xmldom}, etc

Currently, when compiling the units won't resolve. It would be great if this were to be supported (set the execution path of dcc32?)

Comments (2)

  1. George Bakhtadze repo owner

    Fixed in 1.01. Yet, to enjoy full support - error highlighting etc - all root directories with units should be marked as sources in module settings.

  2. Log in to comment