| rr 
 
    
 Berlin, Germany,
 13.03.2022, 14:20
   | Doszip Commander version 2.63 available (Announce) | 
    
     | On 02 March 2022 Hjort Nidudsson released a new version.
 Home page: https://github.com/nidud/doszip
 Download: https://github.com/nidud/doszip/releases/tag/v2.63
 
 Changes since version 2.55 are:
 
 Changes in 2.63 - 2 Mar 2022- extended country-specific date format
 
 Changes in 2.58 - 15 Feb 2022
 - added country-specific date format
 
 Changes in 2.57 - 12 Feb 2022
 - changed "Jump" to "Skip" in Delete dialog
 - fixed color issue in Move dialog
 - fixed issue with pipe command -- unzip -hh | more
 
 ---Forum admin
 | 
               
     | RayeR 
 
  
 CZ,
 15.03.2022, 03:24
 (edited by RayeR, 15.03.2022, 06:08)
 
 @ rr
 | Doszip Commander version 2.63 available | 
    
     | DOSZIP COMMANDER 3.61 (win32) doesn't run under WinXP.I tried to rebuild from sources but didn't help.
 I had to manually fix some missing imports.
 
 dz.exe didn't run under WinXP due to missing imports from kernel32.dll, patched:
 GetDateFormatEx -> GetDateFormatA
 GetTimeFormatEx -> GetTimeFormatA
 
 I also have similar problem with make.exe from ASMC package.
 make.exe didn't run under WinXP due to missing import of func
 _get_pgmptr from msvcrt.dll
 this functions is present in msvcr100.dll so I patched library name in make.exe
 ---DOS gives me freedom to unlimited HW access.
 | 
                
     | RayeR 
 
  
 CZ,
 15.03.2022, 12:51
 
 @ RayeR
 | Doszip Commander version 2.63 available | 
    
     | Unfortunatelly replacingGetDateFormatEx -> GetDateFormatA
 GetTimeFormatEx -> GetTimeFormatA
 led to invalid display of date & time in panels. Could it be fixed with some ifdef with different codepath for WXP and newer. Need to find Nidud mail or how to contact him?
 ---DOS gives me freedom to unlimited HW access.
 | 
                
     | roytam 
 15.03.2022, 13:58
 
 @ RayeR
 | Doszip Commander version 2.63 available | 
    
     | > Unfortunatelly replacing> GetDateFormatEx -> GetDateFormatA
 > GetTimeFormatEx -> GetTimeFormatA
 > led to invalid display of date & time in panels. Could it be fixed with
 > some ifdef with different codepath for WXP and newer. Need to find Nidud
 > mail or how to contact him?
 
 what about using issue tracker directly?
 https://github.com/nidud/doszip/issues
 | 
                
     | RayeR 
 
  
 CZ,
 15.03.2022, 15:47
 
 @ roytam
 | Doszip Commander version 2.63 available | 
    
     | OK, I remember I already have github account so I posted it. ---DOS gives me freedom to unlimited HW access.
 | 
                
     | rr 
 
    
 Berlin, Germany,
 15.03.2022, 20:03
 
 @ RayeR
 | Doszip Commander version 2.63 available | 
    
     | > I also have similar problem with make.exe from ASMC package.> make.exe didn't run under WinXP due to missing import of func
 > _get_pgmptr from msvcrt.dll
 > this functions is present in msvcr100.dll so I patched library name in
 > make.exe
 
 I had the same problem and fixed it by
 ...
 converting the Makefile to a simple batch file.
  ---Forum admin
 | 
                
     | RayeR 
 
  
 CZ,
 16.03.2022, 13:26
 
 @ rr
 | Doszip Commander version 2.63 available | 
    
     | > I had the same problem and fixed it by> ...
 > converting the Makefile to a simple batch file.
  
 Nidud already recompiled make.exe as static, so it works now :)
 ---DOS gives me freedom to unlimited HW access.
 | 
                
     | RayeR 
 
  
 CZ,
 18.03.2022, 02:03
 
 @ RayeR
 | Doszip Commander version 3.62/w32 available - WinXP fixed! | 
    
     | I was in touch with Nidud on Github and he fixed the date/time issue. I compiled from current sources and everything works fine now :) ---DOS gives me freedom to unlimited HW access.
 |