Главная страница | назад





Article #15553: Can't find Header Files

 Question and Answer Database
FAQ553C.txt Can't find Header Files
Category :IDE
Platform :All
Product : BC++4.5x BC++5.x TC++Win4.5
Question:
When I run example sources the compilers returns a message stateing that it can't find my header files
In the include directory.
Answer:
Assuming that on your machine the base directory for the compiler is C:\TC
(adjust this as needed) then Options | Directories should have entries something like this:
Include directories: C:\TC\INCLUDE;C:\TC\INCLUDE\CLASSLIB;
Lib directories: C:\TC\LIB
The PATH statement in AUTOEXEC.BAT should also have C:\TC\BIN in it.
5/13/98 10:43:06 AM

Last Modified: 01-SEP-99