Hi!

1-Мар-2004 23:08 [EMAIL PROTECTED] (Eric Auer) wrote to
[EMAIL PROTECTED]:

EA> Bad news for UNDELETE that Borland C (not Turbo C) seems to have an
EA> absread() which auto-decides about access style. Using the > 32 MB
EA> style for drives which Borland C detected as > 32 MB with int 21.1c
EA> will BREAK because Borland C is too CLEVER!? Luckily there is #ifdef.
EA> What is it, __TURBOC__ and __BORLANDC__ ??

#if defined (__BORLANDC__) && __BORLANDC__ >= 0x410 /* 3.10 */
...
#endif

     Though, I don't know about other intermediate versions (TC2.01, TCPP
1.x, BC 2.x, BC3.0).

EA> For now, because I only have Turbo C anyway, I pass on the problem to
EA> Rob and Patric who are working on UNDELETE updates. Guys, please add
EA> the appropriate #ifdefs to allow even Borland C users to compile. Thanks.




-------------------------------------------------------
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 from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to