Mattias Gaertner wrote:
On Thu, 07 Feb 2013 08:36:48 +0000
Mark Morgan Lloyd <[email protected]> wrote:

[...]
Is this correct:
Project directory is
/usr/local/src/heavywethers/trunk
Unitpath is "../inifiles/trunk"
Correct.

So these files belong to the project:
/usr/local/src/heavywethers/inifiles/trunk/*.pas
These can *not* be found by the project:
/usr/local/src/inifiles/trunk/*.pas

Now you are asking about the non-project unit:
/usr/local/src/inifiles/trunk/dbconfigcode.pas
No, dbconfigcode.pas and dbconfigcode2.pas are both explicitly in the project. As are a number of other units in ../inifiles/trunk.
Huh?
"../inifiles/trunk" is "/usr/local/src/heavywethers/inifiles/trunk".

The folder "/usr/local/src/inifiles/trunk" is not in the unit path.

Is the folder in the unit path?


Where is TDbConfigFrame defined?
In dbconfigcode2.pas. And the form onto which it's placed is in dbconfigcode.pas.
Somebody else has just reported this as http://bugs.freepascal.org/view.php?id=23847 including an example project.

That example works here.
If you can reproduce the bug please give some hints.

I'll check it later and append to the bug report. I think I've made enough noise on that one here, particularly since some of the problems I've been wittering about have been related to my questionable use of symlinks.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to