[Lazarus] Fwd: using a weird DLL
Sven Barth
pascaldragon at googlemail.com
Mon Feb 1 11:30:38 CET 2021
duilio foschi via lazarus <lazarus at lists.lazarus-ide.org> schrieb am Mo.,
1. Feb. 2021, 11:22:
>
> On Mon, Feb 1, 2021 at 10:08 AM duilio foschi <octopushole at gmail.com>
> wrote:
>
>> I am corrected. The DLL is written in c#. It seems that Bitmap and
>> Rectangle are common predefined/usable objects in C#.
>>
>
You can't trivially use a C# (or .NET in general) library in native code.
(It essentially involves hosting the CLR and then invoking the code)
RemObjects for example provides bridges for the managed and unmanaged code,
but I don't know whether it supports Lazarus and it isn't free (as in beer)
anyway. ( https://hydra.remobjects.com/hydra/default.aspx )
Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20210201/681b45c3/attachment.html>
More information about the lazarus
mailing list