gene@ntvax.uucp (Gene DeLisa CEMI) (08/20/89)
is there a way to put a hercules graphics card into graphics mode with microsoft c ver 5.1? there seems to be no option with the library function. -- Gene De Lisa Center for Experimental Music and Intermedia
fredex@cg-atla.UUCP (Fred Smith) (08/21/89)
In article <1989Aug20.165229.14816@ntvax.uucp> gene@ntvax.UUCP (Gene DeLisa CEMI) writes: > > is there a way to put a hercules graphics card into > graphics mode with microsoft c ver 5.1? > there seems to be no option with the library function. > >-- >Gene De Lisa >Center for Experimental Music and Intermedia Yes. It IS documented, but you probably gotta read all the readme files on the distribution disks (I only got the update manuals, and they did not mention it. Maybe the full manuals do.) try: _setvideomode (_HERCMONO); Prior to running this program you need to have run the tsr MSHERC.COM which is provided in the 5.1 distribution. Fred