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

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