[fpc-pascal] connecting with Delphi (object files,dll etc)

Michael Van Canneyt michael at freepascal.org
Fri Mar 31 13:12:58 CEST 2006



On Fri, 31 Mar 2006, ???? ??????????? wrote:

> 4. Pipes are nice when you redirect stdout of some utility to file, but are pretty unclearly documented
> (yes, I do grow my hands from behind and can't get them to work stable for Delphi-FPC pair with
> bidirectional information flow).
>
> 5. The last approach is freaky: just run one application from the other and exchange information via named file on disk.
>
> Can anybody suggest something on one of this method? Can anybody suggest some other way of program to program communication of Delphi-FPC?

Send Windows COPY messages. dbugintf works on this principle, and works fine.

But the DLL stuff should be fixed.

Michael.



More information about the fpc-pascal mailing list