Whenever I compile my program, I get the error above.
|
|
If you have problems like that, first of all your
Finally you can give OK and finished processes.. It will now work properly |
||||
|
|
|
Check your environment include path. The file is not in the locations pointed by that environment variable. |
|||
|
|
|
Check if you have anything like those stdio.h file and other header files under INCLUDE folder and LIB folder. LIB contains some files. In my case, I had the same issue but both of these folder were blank.. good to know. Steps:
|
||||
|
|
|
Go to OPTIONS tab then select directories option then enter the particular path where your turbo c folder exists. Enter the path in all the four message boxes and it would start working like it did in my case. I have TurboC3 and all the files were together in one common root folder. |
|||
|
|
|
On most systems, you'd have to be trying fairly hard not to find ' |
|||
|
|
|
Make sure the folder with the standard header files is in the projects path. I don't know where this is in Turbo C, but I would think there's a way of doing this. |
||||
|
|
|
Since you did not mention which version of Turbo C this method below will cover both v2 and v3.
|
||||
|
|
|
First check whether the folder name is right or wrong since while you copying to one folder from other accidently it takes other folder address eg it take |
||||
|
|
|
Do this: Open your turboc2 folder you have tc.exe file inside, beside this file you find another file as named as ' tcinst.exe ' open it. You will see the installation menu:
Here you have to change the path of the directory to the path where your INCLUDE folder is located. Same way change the path to library directory also over restart your tc.exe. |
||||
|
|