On Wednesday, 7 September 2022 at 10:14:22 UTC, Injeckt wrote:
I guess you right. But I don't know how i gonna link libs when I'm using "dmd main.d".

Another way is to add this to your code:

```D
pragma(lib, "User32");
```


Reply via email to