Can't load SDL3_image from the dub package bindbc-sdl
Sergey
kornburn at yandex.ru
Fri Apr 3 05:42:02 UTC 2026
On Friday, 3 April 2026 at 00:00:06 UTC, WhatMeWorry wrote:
> I've looked throughout github for examples and read the
>
> I have no ideas on how to proceed. Any suggestions? Thanks.
which config do you use?
staticBC or dynamicBC?
seems dynamic - and for dynamic you need explicitly call loadSDL:
```d
version(Windows) loadSDL("libs/sdl3.dll");
```
More information about the Digitalmars-d-learn
mailing list