home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / graphics / 8314 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!peora!tarpit!tous!bilver!syscon!nstar!miles!sjm
  3. From: sjm@miles.com (Scott Mark)
  4. Subject: Re: Does Microsoft C support SuperVGA ?
  5. Message-ID: <1992Jul30.180737.6051@miles.com>
  6. Organization: Miles Inc., Diagnostics Division, Elkhart, IN
  7. References: <92210.131741U37956@uicvm.uic.edu>
  8. Date: Thu, 30 Jul 1992 18:07:37 GMT
  9. Lines: 22
  10.  
  11. In article <92210.131741U37956@uicvm.uic.edu> U37956@uicvm.uic.edu writes:
  12. >
  13. >   I am trying to draw graphics using Microsoft C 6.0  on SuperVGA
  14. >mode and Super VGA monitor. One of the statements I used is
  15. >
  16. >     _setvideomode(X);
  17. >
  18.  
  19. I know nothing about graphics supported by C 6.0, but C7 (the new C/C++)
  20. compiler does support SVGA modes.
  21.  
  22. The good news is that lots of stuff is supported- all the VESA SVGA modes,
  23. up to and including 1024x768; multiple pages (or buffers, if you like) so
  24. you can do double buffering; automatic identification of graphic cards,
  25. amount of video RAM, etc; and other nice features.
  26.  
  27. The bad news is that, for my card at least (Speedstar based on the TSENG 4000
  28. with 1 Meg of RAM, which I thought was a pretty standard setup) the RAM-sizing
  29. routine only sees 256K of RAM, so even C7 might not deliver everything you need.
  30.  
  31. Scott Mark
  32. sjm@miles.com
  33.