Whenever I compile my program, I get the error above.
feedback
|
|
Check your environment include path. The file is not in the locations pointed by that environment variable. | |||
|
feedback
|
|
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:
| ||||
|
feedback
|
|
On most systems, you'd have to be trying fairly hard not to find ' | |||
|
feedback
|
|
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. | ||||
|
feedback
|
|
Since you did not mention which version of Turbo C this method below will cover both v2 and v3.
| ||||
|
feedback
|
|
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 installation menu. select as-- > Option > Directory > Include directory 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 This solves the Problem.... | |||
|
feedback
|