Re: [Lazarus] using a weird DLL

2021-01-31 Thread Sven Barth via lazarus
duilio foschi via lazarus  schrieb am So.,
31. Jan. 2021, 23:23:

> I would like to use a function exported from a DLL. The DLL was written in
> C++ (Visual Studio 2015).
>
> Inside the original code the function is declared as
>
> public bool GetSkinFeatures(Bitmap Input_Bitmap, Rectangle
> ROI_Rect, double[] ExtractedFeatures)
>
> Anybody knows how to use it from Lazarus?
>

Can you also show the declarations of Bitmap and Rectangle? Is the function
declared inside an "extern "C"" block?

Regards,
Sven

>
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] using a weird DLL

2021-01-31 Thread duilio foschi via lazarus
I would like to use a function exported from a DLL. The DLL was written in
C++ (Visual Studio 2015).

Inside the original code the function is declared as

public bool GetSkinFeatures(Bitmap Input_Bitmap, Rectangle
ROI_Rect, double[] ExtractedFeatures)

Anybody knows how to use it from Lazarus?

This is too much for me...

Thank you

Duilio
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus