VV> Hello linjaubing,

VV> 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?

VV>   It's probably some dos extenders problems.
VV> You could try to rebind dos4gw extender to the nasm (it is used by the Open
VV> Watcom tools).
VV>   Do something like that:
VV>   copy nasm.exe nasm.org
VV>   copy nasm.exe d:\watcom\binw
VV>   cd d:\watcom\binw
VV>   pmwbind /r /swstub.exe nasm.exe
VV>   and finally overwrite your original nasm.exe with modified one
VV>   from watcom\binw

Ups, it was about upx, not nasm....
OK, you could try to switch to dos32a dos extender for open watcom
tools by setting variable DOS4GPATH somewhere in autoexec.bat
set DOS4GPATH=d:\watcom\binw\dos32a.exe

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
==^================================================================

Reply via email to