The best would be to create a Lazarus Package for you common units.
Then add that package to the project. Project -> "Project Inspector"
-> Add -> "New Requirement" and select your package.
Lazarus will then handle all search paths etc for you. You only need
to include Cadenas unit in you projects uses clause where required.

Graeme.



On 6/1/07, Carlos Avogaro <[EMAIL PROTECTED]> wrote:

Hi,

in delphi I can do this

uses
Forms,
Cadenas in 'c:\proyectos\delphi\commons\cadenas.pas',
Unit1;

when I do this in lazarus it say that not find cadenas.pas.
where I can put the commons files

Thanks

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

Reply via email to