• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

DOS question

binsky3333

New Member
Joined
Jul 5, 2007
Messages
643 (0.10/day)
System Name Green Machine
Processor Intel e6420@ 2.13GHz
Motherboard ASUS p5n32-e -sli
Cooling 4x80mm fans
Memory 4gb G skill ddr2-800
Video Card(s) 2 EVGA Geforce 8800GTS 320MB
Storage 1 Western digital 500gb sata
Display(s) Dell e207wfp
Case Apevia x-cruiser green
Audio Device(s) X-fi Xtreme gamer
Power Supply BFG 800watt
Software Windows vista ultimate 64bit
Hi everyone, I figured that i want to make a really simple operating system based on DOS. I am thinking using the MS-DOS startup disk and then creating a program and dragging it to the disk and running it from the startup disk... Though when i try and run the program while using the MS-DOS startup disk i get THIS PROGRAM CANNOT BE RUN IN DOS MODE. Do i have to use a special compiler. Right now i am using VS2008. BTW ITS JUST A LITTLE SIMPLE HELLO WORLD PROGRAM!! WRITTENT IN ALL C++.
 
Last edited:
wait what? you want to have a hello work program on a DOS start up disk?
 
All Visual Studio applications rely on MS core libraries that DOS wouldn't have. Seriously, I don't know what you would use to write an application for execution in MS-DOS.
 
see, im not the only one...binsky, sorry to bust it to ya but this isn't going to work :(
 
Nevermind guys i just figured out my problem. I have to compile the program into a 16 Bit .exe cause DOS is a 16bit os.
 
Back
Top