Re: [Freedos-kernel] re: INT25

2004-03-08 Thread Arkady V.Belousov
Салям! 8-Мар-2004 20:46 [EMAIL PROTECTED] (Eric Auer) wrote to [EMAIL PROTECTED]: EA> like that, your software should do the right thing both when compiled EA> with TC and with BC - use an #ifdef __TURBOC__ ... Wrong. Should be: ""#if defined (__TURBOC__) && __TURBOC__ >= ...", where "..."

[Freedos-kernel] re: INT25

2004-03-08 Thread Eric Auer
Hi! > MP> I'm not sure if the absread()/abswrite() TC RTL functions get this right, > > BC, not TC. Though, TC RTL uses _only_ old-style INT25/26 (as verified > by Eric). Indeed. This means that for TC you MUST manually provide the new style parameters to absread/abswrite while for BC you