cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
887 stars 114 forks source link

Fix Windows XP support #78

Closed cxong closed 11 years ago

cxong commented 11 years ago

The game doesn't work under Windows XP, and it's probably this reason:

http://stackoverflow.com/questions/13130713/how-to-compile-for-win-xp-with-visual-studio-2012

Follow the instructions to see if support can be restored.

cxong commented 11 years ago

Unfortunately I couldn't get rid of all the issues in Windows XP. The safest way may be to use MSYS/GCC instead.

cxong commented 11 years ago

Tested MinGW-compiled cdogs-sdl.exe; works

cxong commented 11 years ago

Unfortunately I never got a single packaging method working; I found a workaround which involves using the MinGW instructions to compile cdogs-sdl.exe, but using the MSVC PACKAGE to create the installer.