If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Well, first Afterwarp v2 is coming shortly and it comes with C/C++, Delphi (including support for Delphi Sydney 10.4) and FreePascal/Lazarus. C# bindings will come out next - we already have some partial work done on this previously, but it was for Afterwarp v1, so it would be the question of updating the bindings.
As an update, we are still preparing Android support, which has been available in experimental form to some of our customers. It will come publicly within next few months. Also, for the past months, significant work has been performed on new framework features which did not get into latest v2.0.1 update and are yet to be announced.
However, so far we didn't have opportunity to progress on .NET bindings as we don't have enough workforce to accommodate for it. The main challenge for us is to create an automated tool for generation of headers from existing C declarations. For Delphi and FreePascal/Lazarus headers, we are using HeaderParser tool, so we would need a similar tool to generate headers for C#. If there would be someone who would be wiling (on paid basis, of course) to develop such tool from scratch, or modify HeaderParser to build C# headers instead, please contact us or send me a private message on the forums.
As such, the framework comes with very simple C interface so it would be relatively easy to manually create .NET headers for it. However, when the public API changes as we incorporate new features and improvements, we need an automated tool to do it instead of spending time each time fixing the headers. In the past, it has proven to be very time-consuming to be updating Pascal headers manually each time, which is why we switched to use HeaderParser tool.
As an update, we're still working on next release. It has been taking longer than anticipated due to issues beyond our control, but the new version is coming soon.
As an update, we're still working on next release. It has been taking longer than anticipated due to issues beyond our control, but the new version is coming soon.
I'm glad you 're still out there. What a horrible year.
Comment