Hi
I was trying a very basic program but i keep on getting the following error: "could not load: SDL2_gfx.dll"
After reducing, i realize the issue is coming even with just the import statement.
import sdl2, sdl2/gfx
I have the sdl2.dll file in the main folder. SDL version is 2.0.4
I have sdl2 [1.1] lib installed in nimble.
any ideas?
i am not sure if such a file exists.
It doesnt comes with SDL download. Nor can I find it anywhere on the net.
although it is 3 years ago, I think it is better to write down
Now https://github.com/nim-lang/sdl2/wiki/Windows-Binaries supplies DLL for windows 32bits
however, windows 64bits has been used for many years, so
@oyster
The SDL2_gfx is needed for the sdl2_nim bindings(not the sdl2 bindings on the Nim github). https://github.com/Vladar4/sdl2_nim/blob/master/LINKS.md