Özkan Sezer

Results 570 comments of Özkan Sezer

OK, applied the `+2` change to vkquake. As for any documentation / other changes or improvements: leaving to you -- I will probably port back to qs. Closing this as...

> This is great, thank you for your help and patience ! Well, _my_ thanks to you: I based the qs patch on tour work

> Done in [46c2f4d](https://github.com/libsdl-org/SDL_image/commit/46c2f4dbdcd38fa0caf47cd7e35e2df3f0ebb186) Pushed https://github.com/libsdl-org/SDL_image/commit/fa87f3850621947ed44b4a491a0730d5e3165570 as a follow-up. > Next is SDL_mixer, so I'm going to leave this issue open. Great !

> I applied the patch at [8f7ce97](https://github.com/libsdl-org/SDL_image/commit/8f7ce97aae063b7f42474d04bdec7b2588ba7219). We possibly want this in SDL_mixer, too.

Looks like _strtoi? aren't present in win9x version of msvcrt.dll, even in latest vc6redist (e.g. from https://web.archive.org/web/20070329052640/http://support.microsoft.com/kb/259403) Try commenting out those defines in the _generated_ SDL_config.h

> It is worth noting that _strtoi64 and _strtoui64 are mentioned in the changelog for 1.2.16: I know > @sezero I ran the configure command and then edited `include/SDL_config.h`, commenting...

I did exactly as you did, still can't reproduce. `i686-w64-objdump -p SDL.dll | grep str` gives only these for me: (only the relevant ones) ``` 68da8 1076 strchr 68db2 1077...

> Our configs seem very similar, though. The only difference are `HAVE_NANOSLEEP` (yours enabled, mine not) and `SDL_HERMES_BLITTERS` (mine enabled, yours not), both irrelevant to the actual issue. At this...

> @sezero I added `-D__USE_MINGW_ANSI_STDIO=0` to my CFLAGS and CXXFLAGS, that indeed fixed the issue! :) -- Such a nice thing to wake up to, after banging my head on...