Thread: Displaying BMP in DJGPP (Win32 Console)

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Question Displaying BMP in DJGPP (Win32 Console)

    Hello. I'm Using DJGPP to make Win32 console apps and was wondering, Is there a command to display A .bmp file at certain coordinates on screen? Please include which library I can find this in in the response.
    If you have the answer please send mail to [email protected] or post a thread.

    Signed,
    CBGMan

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Most graphics is done with the Allegro library, which you can also get from
    http://www.delorie.com/djgpp/zip-picker.html
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Adding a console window to a Win32 app
    By VirtualAce in forum Game Programming
    Replies: 7
    Last Post: 02-01-2009, 01:09 PM
  2. Console program to Win32
    By Ducky in forum Windows Programming
    Replies: 3
    Last Post: 02-25-2008, 12:46 PM
  3. Win32 console, xp,nt,2000 only?
    By Ash1981 in forum C Programming
    Replies: 8
    Last Post: 01-01-2006, 03:09 AM
  4. confusion win32 -console app
    By GanglyLamb in forum C Programming
    Replies: 2
    Last Post: 06-11-2003, 10:12 AM
  5. win32 apps compiled with GCC start console window!
    By Citrus538 in forum Windows Programming
    Replies: 5
    Last Post: 02-18-2002, 10:35 PM