Menu

The XP version binary cannot work on WINXP(NOT A VALID WIN32 PROGRAM)

dao duo
2018-12-12
2018-12-13
  • dao duo

    dao duo - 2018-12-12

    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

     
  • Yang Zhao

    Yang Zhao - 2018-12-13

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.