home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / graphics / 8236 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  851 b 

  1. Path: sparky!uunet!ogicse!network.ucsd.edu!news.acns.nwu.edu!uicvm.uic.edu!u37956
  2. From: U37956@uicvm.uic.edu
  3. Newsgroups: comp.graphics
  4. Subject: Does Microsoft C support SuperVGA ?
  5. Message-ID: <92210.131741U37956@uicvm.uic.edu>
  6. Date: 28 Jul 92 18:17:41 GMT
  7. Article-I.D.: uicvm.92210.131741U37956
  8. Organization: University of Illinois at Chicago
  9. Lines: 12
  10.  
  11.  
  12.    I am trying to draw graphics using Microsoft C 6.0  on SuperVGA
  13. mode and Super VGA monitor. One of the statements I used is
  14.  
  15.      _setvideomode(X);
  16.  
  17. I looked upthe manual of MS C , I couldn't find any mode supporting
  18. 1024x768x256 SVGA mode. I set up a loop for X varying from 200 downto -20
  19. and check the videoconfig, it still can not find any SVGA mode.
  20. I am new to Microsoft C , could someone help me out please ?
  21. Thanx.
  22. ( The size of my graphics is  about 600x600 and it needs 256 colors )
  23.