[fpc-pascal] Re: dll for C#

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Mon Nov 28 09:41:28 CET 2011



On Mon, 28 Nov 2011, ik wrote:

> On Mon, Nov 28, 2011 at 10:22, ik <idokan at gmail.com> wrote:
>
>> Hello,
>>
>> I have a requirement to create an API for application that C# can
>> communicate with using dll (rather then REST). What is required by FPC to
>> be able to create such DLL ?
>>
>
> And one other thing I forgot, it must support classes.

That will simply not be possible. The C# class model is fundamentally
different from FPC's. Even the reverse (using C# classes from FPC) is 
hardly possible (although crosstalk from atozed software does a good
effort in Delphi).

Michael.



More information about the fpc-pascal mailing list