A call for opinion on http://www.freepascal.org/mantis/bug_view_advanced_page.php?bug_id=9605

A *.lpr file opens with

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Interfaces, // this includes the LCL widgetset
  Forms,
  { add your units here }

This suggests that you should add unit names manually here. This is difficult
at best because the syntax must be exact, forms must be included, etc.

At worst, doing this probably leads to errors because the *.lpi file
is not modified accordingly.

Suggestions

1) Remove it completely

2) Replace it by:

{ Do NOT add units manually here. Use: Project/Add editor file to project. }

3) Change nothing

Vincent

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

Reply via email to