digitalmars.D - Why upx cannot compress D's exe correctly?
- huang yicheng (7/7) Jan 21 2005 I'm working in WinXP and 32-bit processor. upx can compress c++'s .exe w...
- Walter (4/9) Jan 21 2005 well
- Vathix (2/10) Jan 21 2005 Upx 1.92 beta works if you --force it.
- Huang Yicheng (3/20) Jan 21 2005 Simply use --force doesn't work. Compressed .exe doesn't work correctly...
- Vathix (2/3) Jan 21 2005 That happens to me when using upx version 1.25...
- Carotinho (6/13) Jan 21 2005 This should be a bug in the windows version of upx, or maybe DMD... sinc...
- zwang (3/10) Jan 21 2005 This is a bug in UPX. I reported it to UPX user's forum 10+ days ago.
I'm working in WinXP and 32-bit processor. upx can compress c++'s .exe well but cannot work correctly for D's .exe. When I try to use upx to compress D's .exe , it throws "file is prossible packed/protected" exception. Can anyone explain this? Thanks very much. Yicheng
Jan 21 2005
"huang yicheng" <zergbird msn.com> wrote in message news:csrfe2$fsg$1 digitaldaemon.com...I'm working in WinXP and 32-bit processor. upx can compress c++'s .exewellbut cannot work correctly for D's .exe. When I try to use upx to compress D's .exe , it throws "file is prossible packed/protected" exception. Can anyone explain this?It's a bug in upx. D's exe files are correct, compliant PE executables.
Jan 21 2005
On Sat, 22 Jan 2005 01:50:46 +0800, huang yicheng <zergbird msn.com> wrote:I'm working in WinXP and 32-bit processor. upx can compress c++'s .exe well but cannot work correctly for D's .exe. When I try to use upx to compress D's .exe , it throws "file is prossible packed/protected" exception. Can anyone explain this? Thanks very much. YichengUpx 1.92 beta works if you --force it.
Jan 21 2005
Simply use --force doesn't work. Compressed .exe doesn't work correctly. "Vathix" <vathix dprogramming.com> wrote in message news:opsky9srz6kcck4r tc3-ppp223.dialup.wzrd.com...On Sat, 22 Jan 2005 01:50:46 +0800, huang yicheng <zergbird msn.com> wrote:I'm working in WinXP and 32-bit processor. upx can compress c++'s .exe well but cannot work correctly for D's .exe. When I try to use upx to compress D's .exe , it throws "file is prossible packed/protected" exception. Can anyone explain this? Thanks very much. YichengUpx 1.92 beta works if you --force it.
Jan 21 2005
On Sat, 22 Jan 2005 10:44:38 +0800, Huang Yicheng <zergbird msn.com> wrote:Simply use --force doesn't work. Compressed .exe doesn't work correctly.That happens to me when using upx version 1.25...
Jan 21 2005
Hi! huang yicheng wrote:I'm working in WinXP and 32-bit processor. upx can compress c++'s .exe well but cannot work correctly for D's .exe. When I try to use upx to compress D's .exe , it throws "file is prossible packed/protected" exception. Can anyone explain this?This should be a bug in the windows version of upx, or maybe DMD... since under Linux is working right. Try asking upx people Byez! Carotinho
Jan 21 2005
This is a bug in UPX. I reported it to UPX user's forum 10+ days ago. -zwang In article <csrfe2$fsg$1 digitaldaemon.com>, huang yicheng says...I'm working in WinXP and 32-bit processor. upx can compress c++'s .exe well but cannot work correctly for D's .exe. When I try to use upx to compress D's .exe , it throws "file is prossible packed/protected" exception. Can anyone explain this? Thanks very much. Yicheng
Jan 21 2005