Re: [Lazarus] Fwd: using a weird DLL

2021-02-01 Thread Sven Barth via lazarus
duilio foschi via lazarus schrieb am Mo., 1. Feb. 2021, 11:22: > > On Mon, Feb 1, 2021 at 10:08 AM duilio foschi > 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

[Lazarus] Fwd: using a weird DLL

2021-02-01 Thread duilio foschi via lazarus
for Sven: >Is the function declared inside an "extern "C"" block? no The code says: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; using System.Drawing; using System.Drawing.Imaging; na