Can be built by MSVC6.0 and run in dos mode?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings,
I am working on win2K professional.
I wrote a program and built it by MSVC 6.0. It works fine in command prompt.

The same program we need to run it in DOS mode. Is't possible to build executable by MSVC 6.0 to run in DOS mode?
Appreciated your help.
Wang Wei
 
Wang said:
Greetings,
I am working on win2K professional.
I wrote a program and built it by MSVC 6.0. It works fine in command
prompt.

The same program we need to run it in DOS mode. Is't possible to
build executable by MSVC 6.0 to run in DOS mode? Appreciated your
help.
Wang Wei

If by "DOS Mode" you mean "run under 16-bit DOS", the answer is no. You
need to use VC++ 1.52c (available from MSDN), or another vendor's compiler
to target 16-bit DOS.

-cd
 
IN XP you can at attribute ->98 95 Dos

:)


Carl Daniel said:
If by "DOS Mode" you mean "run under 16-bit DOS", the answer is no. You
need to use VC++ 1.52c (available from MSDN), or another vendor's compiler
to target 16-bit DOS.

-cd
 
Back
Top