duilio foschi via lazarus <lazarus@lists.lazarus-ide.org> schrieb am Mo.,
1. Feb. 2021, 11:22:

>
> On Mon, Feb 1, 2021 at 10:08 AM duilio foschi <octopush...@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
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to