[comp.os.msdos.programmer] Extened Graphics using MS-FORTRAN 5.0

bdb502@anu.oz.au ("Brent D Butler") (06/19/91)

I'm using MS-FORTRAN 5.0 and am trying to use the GRAPHICS.LIB function
putimage(*) to write to my VGA card - problem is that library only 
supports graphics resolutions that take less than 256K.  I would like
to write an image at 1024x768x8bits but would settle for writting it
at the more standard 640x480x8bits.  

Can anyone help me with this.  This is the only compiler I have 
access to. (Also, is the format of the image(*) array just two
integer*2's that give width and height and then a string of integer*1's
for each pixel when your using 8bit color?)

Thanks in advance!

-Brent Butler
 bdb502@csc2.anu.edu.au