[fpc-pascal] Best way to transfer data between applications?
Graeme Geldenhuys
graeme at geldenhuys.co.uk
Mon Oct 29 09:56:44 CET 2012
On 29/10/2012 03:52, 印場 乃亜 wrote:
>
> Along the same lines, a convenient way to call functions/procedures
> with parameters from the "other" process would be greatly
> appreciated. (i.e. something like RPC that handles OOP).
Take a look at MTDORB [http://sourceforge.net/projects/mtdorb/]. It is a
free and opensource ORB for Delphi and Kylix. It is intended to be fully
compliant implementation of CORBA 2.6 standard.
At one stage I was working on getting it FPC compatible, but never
finished the job. CORBA is a OOP way of working with remote objects and
remote procedure calls and lots more.
Regards,
- Graeme -
More information about the fpc-pascal
mailing list