RE: [Freedos-devel] Make a program slimmer

2004-02-27 Thread Roberto Mariottini
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of maintainer freedospg Sent: Friday, February 27, 2004 2:43 AM To: [EMAIL PROTECTED] Subject: [Freedos-devel] Make a program slimmer Hi, I want to know if there is a way to release memory from the

Re: [Freedos-devel] Make a program slimmer

2004-02-27 Thread maintainer freedospg
--- Arkady V.Belousov [EMAIL PROTECTED] Hi! 27-#65533;-2004 09:42 [EMAIL PROTECTED] (maintainer freedospg) wrote to [EMAIL PROTECTED]: mf I want to know if there is a way to release memory mf from the unused heap to the OS when I shell out? mf PG runtime takes up 80K, but it needs

[Freedos-devel] Re: make ClamAV clamscan at all?

2004-02-27 Thread Joergen Ibsen
Hi! Eric Auer wrote: E PS: I went on trying to compile ClamAV.net in DOS / DJGPP. This E AUTOCONF stuff is a big pain in the a**! I had to install megabytes E of Linux tools (sed, textutils, fileutils) in DJGPP. DJGPP running under Win98SE was able to compile clamscan.exe after a few minor

Re: [Freedos-devel] Make a program slimmer

2004-02-27 Thread Arkady V.Belousov
Hi! 27--2004 16:22 [EMAIL PROTECTED] (maintainer freedospg) wrote to [EMAIL PROTECTED]: mf --- Arkady V.Belousov [EMAIL PROTECTED] For me this is unimportant (anyway my mailbox already filled by 90% of spam), but don't quote others emails! mf I want to know if there is a way to release

RE: [Freedos-devel] TC RTL

2004-02-27 Thread aitor . sm
Hi, Finally I am trying to implement the APPEND command in BC, with the resident code written in NASM. However, I get the following strange behaviour: (1) I am able to GET the int21h handler, to hook it, and to JMP to the old int21h handler. However, if I try to CALL it (of course I PUSHF

RE: [Freedos-devel] TC RTL

2004-02-27 Thread Arkady V.Belousov
! 27--2004 16:48 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote to [EMAIL PROTECTED]: ase (1) I am able to GET the int21h handler, to hook it, and to JMP to the old ase int21h handler. However, if I try to CALL it (of course I PUSHF before, I ase try without that and am unsuccessful as well) then

RE: [Freedos-devel] TC RTL

2004-02-27 Thread Roberto Mariottini
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arkady V.Belousov Sent: Friday, February 27, 2004 4:03 PM To: [EMAIL PROTECTED] Subject: [Freedos-devel] TC RTL BTW, does anyone have TC RTL sources? Especially, I interested in C0.ASM, CLOCK.C,