I'm trying to port some old Turbo Pascal programs to Windows 32-bit
console utilities.  They write directly to the screen buffer, which in
the DOS world an array of Word starting at ptr(SegB800,0) (for a color
display) or ptr(SegB000,0) for a monochrome one.  Now, as Windows
console utilities, I don't suppose it's so easy to get a pointer to
the upper left corner of the console window, or is it?

Anu suggestions would be appreciated.

     - Rich


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to