bindbc, SDL
Claus D. Volko
cdvolko at gmail.com
Thu Mar 27 14:06:02 UTC 2025
On Thursday, 27 March 2025 at 07:40:38 UTC, ryuukk_ wrote:
> If you are using the shared library instead of the static
> library, you need to load it, call the `loadSDL` function
Judging from what's written on
https://en.wikipedia.org/wiki/Shared_library it should actually
be a static library as it's a .lib file. Maybe the reason for the
problem is that I compiled the library in Release mode while I
built the D project in Debug mode? Anyway, I'll also try using
the loadSDL function, thank you for the advice.
More information about the Digitalmars-d-learn
mailing list