Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error-"Unable to access include file"

Status
Not open for further replies.
Apr 23, 2004
11
EU
Hi Guys,

I am using commandline Borland C++ Compiler. Any time I try compiling my source code, I always receive this error-"Unable to access include file". Please, Could you give some clues on how I can get around this basic problem.

 
Is the include file in the same directory as the program you are compiling?

Have you explictly defined the location of the include file?

Is the include file in your PATH?



James P. Cottingham

There's no place like 127.0.0.1.
There's no place like 127.0.0.1.
 
Use the switch -I

bcc32 -Iincludepath sourceFiles.cpp...

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top