Mail Archives: djgpp/1995/05/05/14:31:55
> The question is: when v2 comes in, having no go32, PLEASE supply an easy way
> for the program to tell whether the (text screen in whatever PC it is running
> on at the time) is at 0xb0000 or 0xb8000. One way would be to keep the
> existing library preset variable ScreenPrimary.
There are symbols ScreenPrimary and ScreenSecondary in V2, *BUT* ... Some
code which used them directly (non-DPMI) won't work. Code which passed them
to dosmem() routines should continue to work. In V2 they are
define strings to the go32 info block structure; so you may have to add
a #include <go32.h> for compiling. We discussed this and felt this
would help flag migration problems.
- Raw text -