You are not logged in.
Pages: 1
This is a dumb question, but does Open Surge work on Win XP
I got an error that said "The procedure entry point fopen_s could not be located in the dynamic link library msvcrt.dll"
professional loser
Offline
Hello taotm, and welcome to the forums.
Good question. Open Surge uses the Allegro 5 game library on the backend. As far as I know, Allegro 5 is compatible with Win XP. However, I investigated the issue and there's a zip module inside the game that makes (very few) calls that are not available on XP.
I'm currently without a XP machine, but if you're able to compile Open Surge from the source code, we may be able to get it working on this OS with a few modifications. In any case, it certainly works on Win 7, as I have tested it myself.
Offline
Hello taotm, and welcome to the forums.
Good question. Open Surge uses the Allegro 5 game library on the backend. As far as I know, Allegro 5 is compatible with Win XP. However, I investigated the issue and there's a zip module inside the game that makes (very few) calls that are not available on XP.
I'm currently without a XP machine, but if you're able to compile Open Surge from the source code, we may be able to get it working on this OS with a few modifications. In any case, it certainly works on Win 7, as I have tested it myself.
Thanks for the reply, this is the first forum i have ever joined
I will try to compile the source code and try to make it work i guess
edit: the amount of the tools i need to download is ridiculous. don't do this kids!
Last edited by taotm (2020-04-19 20:14:10)
professional loser
Offline
cmake_gui.exe is not a valid win32 application. i knew something like this was going to happen eventually
is there any other C compiler?
Last edited by taotm (2020-04-19 21:08:15)
professional loser
Offline
did some research, there is no fopen_s in the win xp version of msvcrt.dll (big plot twist i know) i think it's possible to replace fopen_s with fopen
i am a beginner so i don't know much
Last edited by taotm (2020-04-19 21:19:45)
professional loser
Offline
i think it's possible to replace fopen_s with fopen
Yes, indeed.
If you have difficulty compiling the sources, and this is a technical procedure, you may play the game right away on Linux or get a newer version of Windows without needing to compile anything (WinXP is a really old system).
Offline
taotm wrote:i think it's possible to replace fopen_s with fopen
Yes, indeed.
If you have difficulty compiling the sources, and this is a technical procedure, you may play the game right away on Linux or get a newer version of Windows without needing to compile anything (WinXP is a really old system).
I have linux, but some people don't (and mine boots up after 30min) so i would like to help others who can't play the game
professional loser
Offline
I'm making a game about a blue cartoon rat. I must have made some terrible life choices.
Offline
Pages: 1