On Wed, 19 Sep 2007, Vincent Snijders wrote:
> 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 This is the best. It avoids confusion. As long as the user is allowed to change it if he needs it... Michael. _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
