On Thursday, 3 May 2018 at 19:30:48 UTC, Mike Parker wrote:
On Thursday, 3 May 2018 at 18:36:04 UTC, RegeleIONESCU wrote:
[...]
So your app is compiling and executing. This is a runtime
error. The SymbolLoadException means the SDL library was
loaded, but a function Derelict expected to find was not there.
This usually means that your version of Derelict by default
supports a different version of SDL than you have on your
system.
[...]
It works, even when loading all the libraries. I played with
different versions and loaded libraries one by one to see how it
works. I even managed to make a window - for me it is a big thing.
Thank you, thank you, thank you for your kind and detailed
support!