windows-d (Windows SDK projection) is ready
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Tue Jun 2 22:16:00 UTC 2026
On 03/06/2026 8:26 AM, Alexander wrote:
>
> The PROBLEM: |SupportedOSPlatformAttribute|
>
> |SupportedOSPlatformAttribute| describes the minimum required Windows
> version, with values such as: |windows10.0.10240|, |windows5.0| (yeah,
> this), |windows5.1.2600| and so on. Because of this, it cannot be mapped
> to D's |version()| system. It's not even old good WINVER. The only
> solution I can see is generating code for a specific Windows version
> when necessary (not implemented yet).
-version=windows10_0_10240
Now it is mapped ;)
More information about the Digitalmars-d
mailing list