How to run Turbo C IDE on Windows 7

Turbo C 3.0 is an IDE for creating C/C++ programs which runs on MS Dos (Microsoft Disk Operating System). Up to Windows XP, Turbo C 3.0 IDE runs without any problem but it is not compatible on Windows Vista or Windows 7. Many users(Especially Students ) use Turbo C IDE for writing C/C++ programs. So today I am going to explain how you can run Turbo C++ IDE on Windows Vista or Windows 7.

Method 1: Run Windows XP in Windows 7 using XP Mode and then run Turbo C from Windows XP. The new Windows XP Mode lets you run older Windows XP business software right on your Windows 7 desktop. Windows XP Mode comes as a separate download and works only with Windows 7 Professional and Ultimate. Windows XP Mode also requires virtualization software such as Windows Virtual PC. Both are available free on the Microsoft website. So if you are running Windows 7 Home Basic, this method will not work. So I am not explaining this method now.

Method 2: Using DOSBox

DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X…
DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games.

DOSBox is totally free of charge and OpenSource.

So you can run old DOS Games and DOS programs using the DOSBox. Follow the bellow steps to install Turbo C IDE.

  1. Download DOSBox . As of now the latest version is 0.74. Download Win32 installer for windows
  2. Install DOSBox
  3. Create a folder for Dos Programs. For example I am creating a folder ‘Dos’ in my ‘C’ drive.
  4. Run DOSBox
  5. In the DOSBox window, we can type the dos commands. First we will mount the ‘Dos’ folder to DOSBox. Type the following commands

    MOUNT C C:\Dos
    C:
     

    DOSBox

  6. If you have Turbo C Installer, you need to install it. Step 7-10 are the installation steps. If you have the installed files ie a folder named TC or turbo c and inside that sub folders ‘BIN’, ‘BGI’ etc, goto step 11.
    TC Installed Files
  7. Copy the installation files to C:\Dos\TCSetup
  8. Run the following command in DOSBox

    C:\Dos\TCSetup\INSTALL.EXE 

  9. Change source drive to ‘C’ and press enter
    Installing TC on Win 7
  10. We are going to install it to TC which is the default option. Select Start Installation by pressing the down arrow key and press enter. The installation will start and and you will get message once it is complete. Continue by pressing any key, close the read me me file. Now we are ready to run Turbo C
    Installing TC on Win 7
    Installing TC on Win 7
    Installing TC on Win 7
  11. In the DOSBox command terminal, type the following command to get the Turbo C Editor. TC\BIN\TC.EXE
    Run TC on Win 7
    TC on Win 7
  12. Write, compile, debug and run your programs Smile
    TC on Win 7
    Output
  13. If you get any errors saying cannot include your header files like stdio.h etc… : Make sure that your Libraries are configured correctly. Goto Turbo C’s Option menu, select ‘Directories’ and make sure that Include directories path is ‘C:\TC\INCLUDE’ and Library Directory is ‘C:\TC\LIB
    TC Settings
  14. You can Switch to Full Screen view or back to normal view by pressing Alt + Enter keys

You may also like...

19 Responses

  1. sadia says:

    hay still tc doesnt runs ……………….
    and
    step 8 doesnt work .it gives some error

  2. SARAN.V.S says:

    I can’t do the step 11. please help me…

  3. SARAN.V.S says:

    output screen is not available.. what i will do.. please help me.

  4. Arun Vishnu says:

    @sadia sorry for taking thismuch time to reply.. can you tell me the the error message?

    @SARAN if you are in tc, you can see the output window from “Window” menu

  5. simer says:

    Waoooooo thanx 4 the help..!!!! 🙂

  6. Shiva Dave says:

    first ol all….copy tc and paste it to your c drive………
    then just install dos box………create dos name folder in c drive…..
    run dos box……
    TYPE:-
    MOUNT C C:\DOS(ENTER)
    C:(ENTER)
    direct goto step 11……
    type commands given in 11 step…….
    it is quite easy….
    i have done it very easily…..

  7. Deena says:

    step 8 doesn’t work.The error message is “Illegal command”.

  8. Hi Arun,

    I have one issue, I am unable to install C++ on Windows Vista. Please tell me process step by step.

    I will be very thankful to you.

    Thanks

    Naveen Varshney

  9. raaji says:

    i am not able to see output can u please help me

  10. raaji says:

    i am not able to see output please help me

  11. Arun Vishnu says:

    @Naveen Same as windows 7
    @raaji Goto toubr c “Window” menu and select “Output”

  12. KeWaL says:

    Hello,
    I am KeWaL. MoDi,
    when i open dosbox then i must this code,
    there is no any1 trick that i not write code when i open dosbox,
    please mail me or send me on facebook.com/kewal.modi
    please

  13. Vishnu Priya says:

    I have created the folder Dos containing the TC folder in it. Even then i am getting a problem with the command in step 11.
    Please help me solving this issue.
    Thanks in advance.

  14. Arun Vishnu says:

    @Vishnu Priya Have you done step 5 and got output as mentioned in the screenshoot?

  15. Vishnu Priya says:

    I have got the output for step 5 as mentioned in the screenshot.I also have a folder named TC with sub folders BIN,BGI etc inside the folder named Dos in C Drive.But i am not getting the output for the command given in step 11.

    C:\>TC\BIN\TC.EXE
    Illegal command: TC\BIN\TC.EXE

    Help me solving this issue.Thanks.

  16. Arun Vishnu says:

    After the step 6, try the following command
    cd c:\TC\BIN\
    dir

    After executing the above 2 commands, you will get a list of files and folders inside the BIN folder. If the paths and installation files are correct, you will get TC.EXE in that list. Try this and verify you have TC.EXE in that folder

  17. debasmita datta says:

    graphics codes r not running..its giving “Graphics error : Device driver not found(EGAVGA.BGI)”..please help..urgent

  18. Rajasekhar says:

    Hi,

    I loaded Turbo C in my laptop having XP Operating System. Please let me know how to run the same.

    Thanks

  19. MURALI KRISHNA.G says:

    THANQ,ITS WORKING

Leave a Reply

Your email address will not be published. Required fields are marked *