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
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 Laza