RE: [Freedos-devel] TC RTL

2004-02-27 Thread Arkady V.Belousov
Hi! 27-Фев-2004 17:54 [EMAIL PROTECTED] (Roberto Mariottini) wrote to <[EMAIL PROTECTED]>: >> BTW, does anyone have TC RTL sources? Especially, I interested in >> C0.ASM, CLOCK.C, SETUPIO.*. RM> Normally in the Turbo C/C++ installation directory But I already many years don't have TC/T

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,

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 we

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 b

[Freedos-devel] TC RTL

2004-02-27 Thread Arkady V.Belousov
Hi! BTW, does anyone have TC RTL sources? Especially, I interested in C0.ASM, CLOCK.C, SETUPIO.*. --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit fr

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 t

[Freedos-devel] Thanks to guru helpers making my program slimmer, works now.

2004-02-27 Thread maintainer freedospg
Hi, It is working with a global extern unsigned _heaplen = N bytes; I might have a mistake earlier, after some extensive tests, guru helpers' ideas proved sound and true. Thank you very much indeed! PG will take only 35K in runtime, when it shells out, a 45K saved! I'll announce version 1.10 soo

[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 ch

Re: [Freedos-devel] Q: Watcom & debugging

2004-02-27 Thread Steffen Kaiser
On Tue, 24 Feb 2004, Bart Oldeman wrote: > virtual machine: in a winnt dos box you type: > vdmserv > (hello.exe needs to be in the current directory) Ahh, this one does the trick!! _Sometimes_ vdmserv eats up all CPU time? Well, anyway, it works. If you don't use the vdmserv, "wdw" does not seem

RE: [Freedos-devel] Make a program slimmer

2004-02-27 Thread maintainer freedospg
--- Roberto Mariottini <[EMAIL PROTECTED]> 的郵件內容:> > > > I want to know if there is a way to release memory > > from the unused heap to the OS when I shell out? > > PG runtime takes up 80K, but it needs about 40K. > > I managed to move the stack down to a designated > > address, > > but memory w

Re: [Freedos-devel] Make a program slimmer

2004-02-27 Thread maintainer freedospg
--- "Arkady V.Belousov" <[EMAIL PROTECTED]> 的郵件內容:> Hi! > > 27-磎�-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,

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