Re: [Freedos-devel] Re: new app: scrsave

2004-05-09 Thread Arkady V.Belousov
Hi! 8--2004 18:26 [EMAIL PROTECTED] (Diego Iastrubni) wrote to [EMAIL PROTECTED]: DI I dont get it... Page N is in B800:[80x*25*N] right? No: __O\_/_\_/O__ volatile const word far screen_width = *(const word far*) MK_FP (0, 0x44A);

[Freedos-devel] Re: new app: scrsave

2004-05-08 Thread Eric Auer
Hi, I think you will be able to capture the screen in Borland IDEs by simply making your program check which screen PAGE is in use. You can find that information in the 0x40:xx BIOS data area. Public domain is okay - easier for people to use your code in other programs. But GPL does not limit

Re: [Freedos-devel] Re: new app: scrsave

2004-05-08 Thread Diego Iastrubni
Saturday 08 May 2004 15:19,Eric Auer: Hi, I think you will be able to capture the screen in Borland IDEs by simply making your program check which screen PAGE is in use. You can find that information in the 0x40:xx BIOS data area. Public domain is okay - easier for people to use your code