[Lazarus] Congrats to the FPC/Lazarus projects - job well done!

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Jul 20 16:58:50 CEST 2017


On Thu, 20 Jul 2017 15:31:34 +0100
Graeme Geldenhuys via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

>[...]
> I wonder if Lazarus IDE could use the Delphi dcc.exe command line 
> compiler?

It can call it. For example as "execute before".

When dcc uses the same format "filename(line,column) message" the
IDE will jump to notes and errors.

The FPC command line parameters are different. You have to pass the
parameters by yourself. Some IDE macros might help, like the $Proj*
macros.

The IDE does not have a parser for the output. So it cannot fetch the
defines needed for parsing. You can use the Tools / Codetools defines
editor to set them.

Quickfixes might not recognize the message.

Mattias


More information about the Lazarus mailing list