|
-
Jan 11th, 2001, 07:52 PM
#1
Is there any way to make a DOS prog with VC++?
-
Jan 11th, 2001, 08:02 PM
#2
PowerPoster
thats just what i want to know
-
Jan 12th, 2001, 02:40 PM
#3
Monday Morning Lunatic
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 12th, 2001, 03:43 PM
#4
Frenzied Member
what about a console window?
-
Jan 12th, 2001, 03:51 PM
#5
Monday Morning Lunatic
Those are okay, because they're still 32-bit Windows programs - they just run in a console window.
As in, if you tried to run one from DOS (real DOS), it would give the "Cannot run in DOS Mode" message.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 12th, 2001, 09:34 PM
#6
Frenzied Member
so they just trick people (me ) by making it look like DOS. Grrrrrrr...
-
Jan 12th, 2001, 09:38 PM
#7
PowerPoster
why would someone make programs for the dos consoul and not want them to work in dos?
-
Jan 13th, 2001, 07:27 AM
#8
Monday Morning Lunatic
It's so that you can have a command-line program that has access to all the useful Windows features, like multimedia, DLLs, threading.
Console programs are mainly used for small utilities or test-beds.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 16th, 2001, 10:57 AM
#9
Frenzied Member
You got to keep in mind that Microsoft is trying to kill DOS off so they have been slowly doing away with the tools needed to create those types of programs.
MSVS 6, .NET & .NET 2003 Pro
I HATE MSDN with .NET & .NET 2003!!!
Check out my sites:
http://www.filthyhands.com
http://www.techno-coding.com

-
Jan 17th, 2001, 06:58 PM
#10
Addicted Member
Umm...
I am just saying this incase no one knows..but anyways
But cant you make a .com file in vc++? that would enable you to use it in DOS.
You can always make a .com program with asm.. but i doubt anyone wants that.
-
Jan 18th, 2001, 01:11 PM
#11
Monday Morning Lunatic
I doubt you can get a C++ compiler to create a .COM file at all.
Although very old versions of borland did.
However, a .COM file is limited to 16-bit
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|