Any planned Mono support?
Hello, Is there any hope of FastReports ever running on Mono? Really, because it's all managed code, it really is pretty close to running on mono, the problem is just the ADODB reference that is not supported(nor ever probably will be) by Mono.
Comments
FastReport uses many WinAPI calls (especially in the UI part - FastReport.Bars.dll), so the Mono support is not possible and is not planned.
Why on the product page does it say "100% managed code" then?
"FastReport.Net is written in C# and contains only managed code"
and that's true. There is no unmanaged code parts, just API calls.
Now it is a monolithic block and hard to isolate the functionality.
In this way, it would be easier for us to migrate to Mono, at least the model and the web viewer.