[fpc-pascal] Interfacing with the free pascal compiler ?

Daniël Mantione daniel.mantione at freepascal.org
Mon Feb 11 21:00:24 CET 2008



Op Mon, 11 Feb 2008, schreef Skybuck Flying:

>>> Hello,
>>> 
>>> Is there a special way to interface with the free pascal compiler, for
>>> example via a DLL/API ?
>> 
>> Just use the compiler unit in your project.
>
> I want to develop the IDE in Delphi 2007.
>
> Is it still possible to interface via the compiler unit ???

No, because Delphi cannot compile the compiler. You can work around 
this, build a DLL which exposes the compiler unit, then use that DLL from 
Delphi.

Daniël


More information about the fpc-pascal mailing list