On Fri, 13 Jul 2007 17:11:11 +0200
Luca Olivetti <[EMAIL PROTECTED]> wrote:

> En/na Mattias Gaertner ha escrit:
> 
> > First try this:
> > Environment > Rescan FPC Source directory.
> 
> First thing I tried. It didn't help. Note that this problem doesn't 
> manifest exclusively with fpc sources, but also with units that are
> in the "Other units files" in compiler options.

I see.
Please make sure, the unit is really part of your project (Project > Add
editor file to project).

Then check the search paths of this unit: Source Editor > Popup menu >
unit info > Unit Paths.
Are there the search paths of the "Other units files"? Are there any
weird paths?

Please check that the filenames of the units are either lowercase
(unit1.pas) or the unitnames are written correct in your uses sections
(Unit1.pas -> uses Unit1;).


Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to