Where to find RGBLedMatrix.dll and librgbmatrix.so files?

Hi, I am a novice C# programmer and are trying to use the C# bindings for RGB Matrix library. In the link (rpi-rgb-led-matrix/bindings/c# at master · hzeller/rpi-rgb-led-matrix · GitHub) the 2 files RGBLedMatrix.dll and librgbmatrix.so are described as necessary for the project. My problem is that I can’t find these files anywhere. Can you point me in the right direction ?

Thanks in advance. :slight_smile:

Best regards Tony

I think those files will be built when you run the make file. You just have to make sure you move them to right location afterwards.
Dae

Thanks, I’ll try that.
I was trying to use .net Visual Studio on my laptop to code C# and transfer code to Raspberry PI with installed Windows 10 IoT Core.