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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I Keep getting compile errrors!!!!!

Status
Not open for further replies.

kaz

Technical User
Sep 26, 2000
10
0
0
CA
Hi!!!
When I try to compile certin C++ programs, I would get
an error(dbping.c(3,1):Unable to open include file 'windows.h'
'windowsx.h'
'ctl3d.h'
'etc... '
I know these header files exists in the folder
c:\BC5\include
c:\BC5\include\win16
c:\BC5\include\win32
because I have checked for them .
Any suggestions as to how I could fix these problams.


Thanks Guy's [sig][/sig]
 
You probably have to set the directories in borlandc. Look under settings/directories or folder settings.If that doesn't help then write the whole path to that file when you include it. [sig][/sig]
 
How did you write your include Statements?

#include <xxx.h> will include from the system (Standard) path and

#include &quot;xxx.h&quot; will include from the local path. [sig]<p>hnd<br><a href=mailto:hasso55@yahoo.com>hasso55@yahoo.com</a><br><a href= > </a><br> [/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top