Can I use D with the Microsoft universal windows platform?

WebFreak001 d.forum at webfreak.org
Fri Jan 5 16:33:14 UTC 2018


On Wednesday, 3 January 2018 at 18:33:27 UTC, Ozan wrote:
> Hi
> Are there any use cases or libraries for using D in Microsoft's 
> universal windows platform environment? It would be nice to 
> have XBOX Apps build on D ;-)
>
> Regards Ozan

I made a half functioning winrt wrapper once but eventually I 
couldn't get it to work anymore because of some inheritance mess 
with COM and it not being documented. I got a basic D GUI app to 
work with it if it uses XAML and it worked on hololens.

https://github.com/WebFreak001/dwinrt


More information about the Digitalmars-d-learn mailing list