Hello linjaubing, Tuesday, February 25, 2003, 1:34:46 PM, you wrote:
lmc> Hi! lmc> Every body, it is me again. Now, I just changed my C compiler lmc> to Open Watcom and nasm098p as Mr. Bart suggested me. lmc> Very things seem find except doing upx. lmc> When doing upx, the percentage of completed increase very lmc> very slow. I spent more than 10 minutes doing only 61.8% lmc> after that I have no idea it is keep doing or not. lmc> I did tried serveral times. It remaind the same thing. lmc> Finally, I pressed Ctrl-C to stop doing upx thing. lmc> than I type command lmc> upx --8086 --best kernel.exe lmc> ..\utils\exeflat kernel.exe kernel.sys .................... -U lmc> Does any one has idea? It's probably some dos extenders problems. You could try to rebind dos4gw extender to the nasm (it is used by the Open Watcom tools). Do something like that: copy nasm.exe nasm.org copy nasm.exe d:\watcom\binw cd d:\watcom\binw pmwbind /r /swstub.exe nasm.exe and finally overwrite your original nasm.exe with modified one from watcom\binw Best regards, Victor ==^================================================================ This email was sent to: [EMAIL PROTECTED] EASY UNSUBSCRIBE click here: http://topica.com/u/?b1ddyi.b3hwCs.YXJjaGl2 Or send an email to: [EMAIL PROTECTED] TOPICA - Start your own email discussion group. FREE! http://www.topica.com/partner/tag02/create/index2.html ==^================================================================
