Support for relative to project path for a unit in a .dpr file

Issue #41 resolved
Former user created an issue

Omnipascal doesn't detect files when their path is relative to the project's directory, as such :

program test;

uses frTest in '..\Common\frTest.pas' {frTest : TfTest}

Comments (3)

  1. Christopher Wosinski repo owner
    • changed status to open

    Opening project files is not yet implemented but work has already begun. It will probably come in February.

  2. Christopher Wosinski repo owner

    In the next version you will be able to load a project. It will handle the paths from the .dpr/.lpr file and gets the search paths from the corresponding.dproj/.lpi file.

  3. Log in to comment