Thread: question

  1. #1
    Banned
    Join Date
    May 2004
    Posts
    55

    Question

    I know you can load an image on win32, but, can you load an image in DOS?, if you can, tell me the code
    Last edited by Noxir; 08-07-2004 at 02:57 PM.

  2. #2
    Registered User
    Join Date
    Jul 2004
    Posts
    101
    Link to the FAQ

    In this day and age it is a good idea to specify whether you are actually using DOS as the underlying operating system or simply the Windows command prompt. The code given will work with the former, but probably not with the latter.

  3. #3
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    There is a difference between loading an image and displaying an image.

  4. #4
    Registered User
    Join Date
    Jul 2004
    Posts
    101
    >>There is a difference between loading an image and displaying an image.
    That is true, thank you for the correction. Loading an image into memory requires intimate knowledge of the image format. Text on file formats can be found at www.wotsit.org.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM