home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8557 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.8 KB  |  44 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!boulder!ucsu!spot.Colorado.EDU!smithme
  3. From: smithme@spot.Colorado.EDU (Steve Crawford)
  4. Subject: Need help displaying Bitmaps in TP 6.0
  5. Message-ID: <1993Jan26.200345.29803@ucsu.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: spot.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. Date: Tue, 26 Jan 1993 20:03:45 GMT
  10. Lines: 32
  11.  
  12.  
  13.     Hello! I am relatively new at Turbo Pascal, having just taken a
  14.     single semester of it. I am toying with several ideas for simple
  15.     little game type programs, preferrably in graphics modes. I have
  16.     written a few simple routines to get a mouse cursor working, and
  17.     I have a SuperVga .BGI driver that I found floating around on
  18.     one of the archives. 
  19.  
  20.     However, I see no real use for USING a SuperVga driver unless I 
  21.     can figure out a way to display 256 color bitmap images in my
  22.     program. I imagined there would be hundreds of utilities out
  23.     there to do such a thing, but I have yet to find a SINGLE ONE
  24.     that was not outdated. (.TPU units from older versions of Turbo
  25.     Pascal.) I am looking for something that is preferrably not
  26.     a commercial software package, as I just want to write some
  27.     small programs. (I don't have the cash to invest $50+ on a program
  28.     I am just playing with.) 
  29.  
  30.     The One utility I have found that seemed quite useful was called
  31.     ANIVGA, but it claims not to support anything above 320x200x256
  32.     resolution, and I am working with 640x480x256. 
  33.  
  34.     If ANYONE knows of anything written to display bitmapped images
  35.     (.GIF, .PCX, or just something to grab them into a format it
  36.     can use) I would appreciate them pointing me in the right 
  37.     direction. I doubt very much I can write my own routines to
  38.     do this because, frankly, I have no clue how to do it. Assistance
  39.     is appreciated.
  40.  
  41.     Thanks!
  42.  
  43.     smithme@spot.colorado.edu
  44.