win32 api & lib issue

Imperatorn johan_forsberg_86 at hotmail.com
Thu Nov 2 09:08:02 UTC 2023


On Thursday, 2 November 2023 at 08:31:41 UTC, Peter Hu wrote:
> Greetings!
>
> From time to time I encountered issues on the subjected after I 
> upgraded my dmd package.Given below code :
>
> [...]

If it still doesn't work try adding this:

```d
pragma(lib, "user32");
pragma(lib, "comdlg32");
```


More information about the Digitalmars-d-learn mailing list