Thread: dos mode grpahics

  1. #1
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608

    dos mode grpahics

    form what i here you cant use grpahics in a console application excpeft for ascii art. i was wondering how peopel put grpahics n thier dos mode stuff. is there another kind of dos mode thign besides console app?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    A console application is just a windows emulation of a dos prompt. DOS is an OS and it wasn't limited to text (how else would we have been able to play our games). So when you see images and the person says it is a dos application they are saying it is a 16bit application compiled to run on the dos operating system. You will most likely need a new compiler, as I recall from one of your other posts you use mingw. Pickup turbo c++ or something if you are seriously considering doing dos apps. But realize that dos isn't really the best way to go about making apps.

    Okay, i've gone far enough without actually answering your question. No, you cannot put images in your command line app.

  3. #3
    there is a cheesy way of doing it though. You can get someone to make a pure dos program that will display an image. But you would have to press a key to continue with your program, because once the program quits, it leaves the graphics mode (there are some ways to make it stay in graphics mode, but DON'T DO IT).

    I had an idea one time to make a text-based RPG in console, then calling a viewer I made when an event happens or when battle starts (I got the idea from an old game called Bloody Murder)

  4. #4
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    i might just stay with dev c++ and use graphics in win32 programs. i dont nkwo hwo to write win32 prgrams but when i finish learning c++ im gonna get into that (i only have like 8 chapters left in my book)
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  5. #5
    Win32 is still pretty mysterious to me. I can make a simple program in it and all, but nothing advanced.

  6. #6
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    im goign into it because some systems dont function properly with dos.
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  7. #7
    I was referring to Win32 API. I make Windows programs, yes.

    And that zen poem you got in your sig used to be in my sig as well

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Devcpp DOS mode
    By Dromiceius in forum C++ Programming
    Replies: 0
    Last Post: 06-06-2005, 04:48 AM
  2. Seems I can't access my CD Driver in DOS mode
    By Zewu in forum Tech Board
    Replies: 4
    Last Post: 02-22-2005, 05:20 PM
  3. real mode dos & win dos
    By scott27349 in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 08-19-2002, 06:15 AM
  4. starting computer under DOS mode?
    By toaster in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 05-08-2002, 07:23 PM
  5. Text in Dos Graphics Mode
    By Frozen_Solid in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-25-2001, 04:16 PM