Ethan: About your wpf/C# and D integration

a11e99z black80 at bk.ru
Mon Aug 12 18:37:57 UTC 2019


On Monday, 12 August 2019 at 13:08:17 UTC, Bert wrote:
> One of the biggest issues I have with D is properly gui 
> development. It's just a real pain in the ass compared to wpf 
> and C#.

maybe it is better to use WinRT instead of C#/WPF?
- can be used for desktop apps too
- same XAML
- WinRT based on COM-model so it can be simpler interop
   (not sure how to transfer POD types. maybe streaming?)
- no need pinning from CLR side
- definitions can be generated from WinMD metadata files



More information about the Digitalmars-d-learn mailing list