sdl-game-engine icon indicating copy to clipboard operation
sdl-game-engine copied to clipboard

Does this work on windows?

Open aaangeletakis opened this issue 6 years ago • 2 comments

aaangeletakis avatar Jan 13 '18 03:01 aaangeletakis

Using cmake and a compiler supporting the C++14 standard should work. I haven't written any platform specific code.

linkdd avatar Jan 13 '18 11:01 linkdd

I will open a separate issue, but besides the fact your includes are wrong (non standard c++ 14) you also have a bug that's an upstream problem, the testsge doesn't start unless you flip the Mix_Init and Mix_Audio calls in your intialization function:

https://discourse.libsdl.org/t/bug-sdl2-mixer-init-error-format-support-not-available/23705

smaudet avatar Nov 14 '18 07:11 smaudet