Re: Alternate Delphi Linkers?

From: Franz-Leo Chomse (franz-leo.chomse_at_samac.de)
Date: 08/23/04


Date: Mon, 23 Aug 2004 13:57:43 +0200

On Sun, 22 Aug 2004 08:19:06 +1000, Ian Branch <branch@sitathome.net>
wrote:

>Hi Vassiliev,
>
>
>> Delphi linker works very good and does not need replacement. BTW do you mean
>> Delphi Win32 or Delphi .Net?
>>
>
>Win32. Yes it does the job but things can always be improved. Just
>fishing, that's all.<g>

Delphi uses ONE-PASS processing. Therefore you do not have the
intermediate files needed for an external linker.

The command line compiler can generate *.obj file for external
linkers, but this is the Borland OBJ format and designed for the
C++Builder linker.

Regards from Germany

Franz-Leo