nkhlgeorge
Right off the assembly line
Re: Runnign TC version 3 on win 7-64 bit
Hey I recently installed windows 7 ultimate edition 64 bit on my computer. However ever since then Turbo C++ v3.0 has stopped functioning. I get the following error message-
*i47.tinypic.com/14dfths.png
I tried googling the problem and got the following results-
You can run Turbo C++ 3.0 on Windows XP 64 bit , Vista 32 bit and 64 bit OS (in full screen)
Install the software DOSBox ver 0.72 (Freeware) from the link below (Direct Link)
Code:
*prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download
Before going to the details u have to create a folder (any name will do).
Here we name it as Turbo
Copy the TC into the Turbo folder (djdat: I think this means the copy of turbo c++ 3.0)
Run the DOSBox 0.72 from the icon located on the desktop or from the location of the installation folder
Then u are presented with two screens which look like the command prompt in Windows
Now you are presented with two screens. One with a Z prompt. U can ignore the other screen.
There 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
For example (Type in the following commands after the Z prompt):
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]
* Now u should get a message which says: Drive D is mounted as a local directory c:\Turbo\ ***
C:\> cd TC [The contents inside the folder Turbo gets mounted as a virtual drive (Here D drive)
i followed the instructions , TC worked , but it doesn't compile any of my programmes, I dont think its reading the library files- heres the error i get-
*img688.imageshack.us/img688/3276/15rd3kx.th.jpg
Hey I recently installed windows 7 ultimate edition 64 bit on my computer. However ever since then Turbo C++ v3.0 has stopped functioning. I get the following error message-
*i47.tinypic.com/14dfths.png
I tried googling the problem and got the following results-
You can run Turbo C++ 3.0 on Windows XP 64 bit , Vista 32 bit and 64 bit OS (in full screen)
Install the software DOSBox ver 0.72 (Freeware) from the link below (Direct Link)
Code:
*prdownloads.sourceforge.net/dosbox/DOSBox0.72-win32-installer.exe?download
Before going to the details u have to create a folder (any name will do).
Here we name it as Turbo
Copy the TC into the Turbo folder (djdat: I think this means the copy of turbo c++ 3.0)
Run the DOSBox 0.72 from the icon located on the desktop or from the location of the installation folder
Then u are presented with two screens which look like the command prompt in Windows
Now you are presented with two screens. One with a Z prompt. U can ignore the other screen.
There 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
For example (Type in the following commands after the Z prompt):
Z: mount d c:\Turbo\ [The folder TC is present inside the folder Turbo]
* Now u should get a message which says: Drive D is mounted as a local directory c:\Turbo\ ***
C:\> cd TC [The contents inside the folder Turbo gets mounted as a virtual drive (Here D drive)
i followed the instructions , TC worked , but it doesn't compile any of my programmes, I dont think its reading the library files- heres the error i get-
*img688.imageshack.us/img688/3276/15rd3kx.th.jpg
Last edited by a moderator: