turbo c 4.5 version does not compile

Status
Not open for further replies.

sonu_mittal1

Broken In
i have turbo c 4.5 version but it deos not compile my programs and shows a error whenever i compile any program message is input file not found.
tell me what is the problem.....
how to correct it
 

praka123

left this forum longback
get the gcc compiler and Anjuta GUI and move to GNU/Linux.. if u insist on M$,try getting mingw32 and a compiler gui for wingdows...
 

infra_red_dude

Wire muncher!
just check the options>directories...make sure that the path to the include directory is correct so that the compiler can correctly locate the header files.

also remove any entry in the input field.
 

ashu888ashu888

Core i7 (nehalem) Owner
Look in the DIRECTORIES section in Options menu and check that the Include Directory as well as the Linker Directory have the same name (path address) as that of the location where u hv installed ur Turbo C compiler. :)

For example: iF the name of ur Turbo C folder is TC and u have installed ur Turbo C compiler on C:Drive then change the Include Directory path name to C:\TC\Include and ur Library Directory path name to C:\TC\Lib .. Then run a simple program to display any message like "Hello World" and see if u can get the output ..

Hope this solves ur problem... :)

Cheers n e-peace...
 

shakti

Journeyman
try to change the source.


if still Problem persists

then check DIREDTORIES As shown above
 
Status
Not open for further replies.
Top Bottom