yes, I had the same issue, I fixed it by compile the binary again with visual studio 2017 pro by changing one line in the makefile.mak as following:
In the makefile.mak line 65, which is the linking, by adding 5.01 as following:
From
LDFLAGS=-debug -nologo -subsystem:console
TO
LDFLAGS=-debug -nologo -subsystem:console",5.01"
I already emailed to dennis about this fix, it is the issue of linking that caused by the newer version of visual sutdio.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
plz help check the latest xp binary(4.9.8), because it cannot run in windows xp, these's a popup said the program is not a win32 program, thx
yes, I had the same issue, I fixed it by compile the binary again with visual studio 2017 pro by changing one line in the makefile.mak as following:
In the makefile.mak line 65, which is the linking, by adding 5.01 as following:
From
LDFLAGS=-debug -nologo -subsystem:console
TO
LDFLAGS=-debug -nologo -subsystem:console",5.01"
I already emailed to dennis about this fix, it is the issue of linking that caused by the newer version of visual sutdio.