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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to