How to setup D with SFML? (using bindbc-sfml)

Ki Rill rill.ki at yahoo.com
Fri Apr 14 00:28:53 UTC 2023


On Wednesday, 12 April 2023 at 10:05:14 UTC, Salih Dincer wrote:
> On Tuesday, 11 April 2023 at 10:24:09 UTC, Ki Rill wrote:
> If you wanted static I would add and run libraries easy, like 
> this:
> ```Json
> 	"libs": [
> 		"csfml-audio",
> 		"csfml-graphics"
> 	],
> 	"versions": [
> 		"SFML_Audio",
> 		"SFML_Graphics",
> 		"BindSFML_Static",
> 	]
> }
> ```
> In summary, DUB takes care of everything for us. It should be 
> same in W$...
>
> SDB at 79

I tried static. It did not work. Now it gives me this error:
```
LINK : fatal error LNK1104: cannot open file 'libucrt.lib'
Error: linker exited with status 1104
```

Why does it require this library and where can I find it?


More information about the Digitalmars-d-learn mailing list