I think this is not possible because you can't create real DOS applications with Dev-C++. The Windows console applications which seem similar to DOS applications AFAIK can only be run in textmode.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can do much better graphics in windows gui, as an example look at the winanim example in dev-c++ examples. Graphics in windows gui is quite similar to graphics in old dos compilers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can one add graphics to a Das application?
I am sure theres a way even thought it will be on the lowest possible level, i was just wondering how
I think this is not possible because you can't create real DOS applications with Dev-C++. The Windows console applications which seem similar to DOS applications AFAIK can only be run in textmode.
You can do much better graphics in windows gui, as an example look at the winanim example in dev-c++ examples. Graphics in windows gui is quite similar to graphics in old dos compilers.