From: Yeoh H. <ye...@ye...> - 2003-10-17 02:19:51
|
----- Original Message ----- From: "brutus" <mad...@gm...> To: <nas...@li...> Sent: Friday, October 17, 2003 2:44 AM Subject: Re: [Nasm-users] winsock problem & strange errors > hey again. thanks for you comments. i've cleaned up the code a bit, put > all the stuff in the .bss seg into the .data seg and define all equ's so > i don't need the include file. i also include a welcome message box at > the beginning. > Hi Brutus, :-) Yes, the welcome message box is displayed. > the welcome box works for me but i still get the strange box when i get > the error message. hope someone can test the new code and tell me if it > works for him/her. if so please tell me which options/linker you use. > When nc was not running, the Error message box appears. Same as the last time, with caption, text and button. > i still get the "can't connect" error and don't know why but i first > want to get rid of the strange box before i explore this deeper. if > someone want's to test it, i could send you an echo-server (but it's in > perl) or you could use netcat[1]. simply type "nc -L -s 127.0.0.1 -p 7" > in the shell (cmd.exe). > When nc was running, no message box appears. The program exits quietly to DOS prompt. My batch file to compile and link is: nasmw -ic:/nasm/inc/ -fobj EchoClient.asm alink -c -oPE EchoClient.obj > thanks again and later... > brutus > > [1] http://brutus.dyndns.info/stuff/netcat11nt.zip > Hope this helps. :-) Best Regards, Yeoh -- |