On Thu, 11 Aug 2005 11:47:22 +0300
Simeon Mitev <[EMAIL PROTECTED]> wrote:

> Hi,
> i lose many hours investigating the problem as follows:
> somehow the Lazarus IDE loses the track where are placed used units. The 
> program
> is being compiled without any problems but when i hold shift and click 
> on unit name
> the IDE can't find that unit!
> example:
> uses
>  Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs,
>  EForms, ComCtrls, extctrls;
> 
> neither units LResources, Forms, Controls, Graphics, ComCtrls can't be 
> found by IDE.
> at the same time i have these paths in compiler options where that units 
> realy are:
> 
> $(LazarusDir)\lcl\
> $(LazarusDir)\lcl\interfaces\$(LCLWidgetType)\

Well, this could be right. But probably you should remove these paths and
add the LCL as dependency to your project.


> ...
> ...
> what's wrong?

You can see the current search paths in Source Editor -> Popup Menu -> Unit
Info.


Mattias

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

Reply via email to