PDA

View Full Version : turbo c help plzzzzzzzzzzzzz


demoninside9
24-05-2006, 12:44 AM
i had my turbo folder in D drive with named "tc".
when i use it i would click tc.exe.
and there is a menu named option>directories.
in directories i have change settings that why my program is not running, it shows unable to open stdio.h.
the present position in directories is
1- D:\TC
2-D:\TC
3-D:\TC
4-D:\TC

now what to do?
help me plz

Vishal Gupta
24-05-2006, 01:46 AM
The correct directory locations for U:

1.) D:\TC\INCLUDE
2.) D:\TC\LIB
3.) D:\TC (Or any other location, where u want to save ur created files).
4.) D:\TC

gaurav_indian
24-05-2006, 01:59 AM
i had my turbo folder in D drive with named "tc".
when i use it i would click tc.exe.
and there is a menu named option>directories.
in directories i have change settings that why my program is not running, it shows unable to open stdio.h.
the present position in directories is
1- D:\TC
2-D:\TC
3-D:\TC
4-D:\TC

now what to do?
help me plz
As far as I know Turbo C runs only in C drive.Install it again in C drive in a folder named TC.It will work 100%.

Vishal Gupta
24-05-2006, 02:08 AM
Thats not TRUE!
U can run it from anywhere, just the PATHS of directories should be correct... :)

~Phenom~
24-05-2006, 02:43 AM
Thats not TRUE!
U can run it from anywhere, just the PATHS of directories should be correct... :)
Yes , vishal is absolutely right.

casanova
25-05-2006, 10:55 AM
Ya tc an run from anywhere. Just follow Vishals commands. Also I wud recoomend that dont start tc from windows. Instead execute it from the command prompt. i.; d:\tc>tc
Running tc directly from windows can create problems at times.