On Sat, Apr 4, 2009 at 7:12 PM, Mattias Gaertner
<nc-gaert...@netcologne.de> wrote:
>
> A lazarus package helps to
> - write documentation for it,
> - handle translations,
> - simplifying integrating it into programs with different
> compiler settings

Plus
 - Allows for much easier code reuse
 - applies compiler paths and units paths for you
   eg: Create a new CLI project add the MyCoolUnits.lpk as a requirement package
    and Lazarus IDE does the rest. All unit paths are setup automatically.
   PS:  Remember to specify in the Package Options that the
MyCoolUnits.lpk is a runtime only package. That way it doesn't rely on
any Lazarus units or LCL.

>> thinking of trying Lazarus later. Would I have any advantages on
>> doing my CLI work from Lazarus?
>
> Lazarus has a lot of tools for searching and writing code faster.

+1
I write a lot of CLI tools or non-LCL applications. Lazarus as
programmer IDE (editor) is fabulous.

Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to