David Demelier

Results 38 comments of David Demelier

Since I was the author of the proposal on the bugzilla but not able to edit this one, let's summarize and remove irrelevant stuff (the hard no to move to...

> # Proper semantic versioning. > We'd have to look at how library versioning is done on Linux. We need to guarantee that older binaries continue to run with newer...

> BTW, regarding that earlier post from @markand > > > The C99 compound literals are for the user side, SDL does not need to have C99 support. This just...

Basically it's matter of the following search/replace in your code. ``` s,SDLK_,SDL_KEY_,g ```

To be honest, I don't even know what this is. I've purchased a VPS on French hosting OVH and the Arch Linux image and once I connected to it the...

Yes I think we should finish the SSL handshake to return the same error.

It isn't part of POSIX so it should stay out for portability reasons IMHO.

Hi, I'm sorry but I come a bit late into the party but I'm also trying to understand how do we mix OpenSSL with wslay especially since a call to...

Hi, You basically just need to install appropriate SDL2 libraries with MinGW or with Visual Studio in a directory and then have this directory in your CMAKE_PREFIX_PATH and PATH. Then...