Reference to an unresolved external symbol

Dennis dkorpel at gmail.com
Wed Sep 7 10:50:17 UTC 2022


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");
```




More information about the Digitalmars-d-learn mailing list