yamahara

Results 3 comments of yamahara

Hi, natandiasm. In order for the program to run in the windows environment, DLLs must be in the same directory as the executable. https://github.com/sansuido/sdl2/blob/main/SDL2.dll and more... Download the DLLs and...

Currently, I'm not thinking about fixing it with a full path. If you are in a Windows development environment, consider placing the dll somewhere in your path (in extreme cases,...

Hi, damywise! I don't have MacOS so I can't test it, but I think you can use it by installing the static library (libsdl2.dylib and more) on MacOS. You can...