http://sourceforge.net/projects/dosbox/
(2) Before going to the details u have to create a folder (any name will do). Here we name it as Turbo
(3) Copy the TC into the Turbo folder. You can download Turbo C/C++ here.
(4) Run the DOSBox from the icon located on the desktop or from the location of the installation folder
(5) Then u are presented with two screens which look like the command prompt in Windows. One with a Z prompt. You can ignore the other screen.
(6) Type the following commands at the command prompt [Z]:
Mount [Type in any alphabet that u wish except z] [Type the source of the turbo C] press enter
(7) Now , Type in the following commands after the Z prompt:
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]
(8) Now u should get a message which says: Drive D is mounted as a local directory c:\Turbo\
(9) Type d: to shift to d: prompt . Next follow the commands below
cd TC [The contents inside the folder Turbo gets mounted as a virtual drive (Here D drive)
cd Bin
TC or Tc.exe [This presents u the Turbo C++3.0 screen]
(10) In the Turbo C++ goto Options>Directories> Change the source of TC to the source directory [D] ( i.e. virtual D: refers to original c:\Turbo\ . So make the path change to something like D:\TC\include and D:\TC\lib respectively )
No comments:
Post a Comment