<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 8pt Tahoma; MARGIN-LEFT: 2px"
bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Quite right, or more formally:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<TABLE cols=2 cellPadding=5 rules=rows border=1 frame=below>
<TBODY>
<TR vAlign=top>
<TD class=label width="28%"><B>Syntax Form</B></TD>
<TD class=label width="72%"><B>Action</B></TD></TR>
<TR vAlign=top>
<TD width="28%">Quoted form</TD>
<TD width="72%">This form instructs the preprocessor to look for include
files in the same directory of the file that contains the <B>#include</B>
statement, and then in the directories of whatever files that include
(<B>#include</B>) that file. The preprocessor then searches along the path
specified by the /I compiler option, then along paths specified by the
INCLUDE environment variable.</TD></TR>
<TR vAlign=top>
<TD width="28%">Angle-bracket form</TD>
<TD width="72%">This form instructs the preprocessor to search for include
files first along the path specified by the /I compiler option, then along
the path specified by the INCLUDE environment
variable.</TD></TR></TBODY></TABLE></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Which, as you will know, is taken directly from the
help file on #include directives.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hopefully that about covers it all. :)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Ian</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=halharold@prodigy.net href="mailto:halharold@prodigy.net">harold
ferus</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=galib@mit.edu
href="mailto:galib@mit.edu">galib@mit.edu</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, August 12, 2002 10:11
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Hi,</DIV>
<DIV><BR></DIV>Hi; <BR>if you look at the c convection you well see that the
first is to the default directory to find all the h files. <BR>but if you want
to specify a specific path or the present directory , to look first. you have
use " " otherwise <BR>it default to the
< > directory where ever have provide that path.
<BR>Hope this help.
<P>Hal <BR>
<P>Ian Wilson wrote:
<BLOCKQUOTE TYPE="CITE">
<STYLE></STYLE>
<FONT face=Arial><FONT size=-1>I am not exactly sure what you mean, but it
might be that you have to add another include directory path under the
tools, options, directories tab, then click on the show 'directories for'
drop down menu and select include files. Then add a complete path to where
all the header files are. As I mentioned, I am not exactly sure that
this is a solution to your problem based on the way you presented your
question but I hope it helps.</FONT></FONT> <FONT face=Arial><FONT
size=-1>Ian</FONT></FONT>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message -----</DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=istjlx@langate.gsu.edu
href="mailto:istjlx@langate.gsu.edu">Jianghua Liang</A></DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=galib@mit.edu
href="mailto:galib@mit.edu">galib@mit.edu</A></DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, August 12, 2002 4:28
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Hi,</DIV> <FONT
size=-2>Hi,</FONT> <FONT size=-2>Is anyone knows why
use</FONT> <FONT size=-2>#include
<ga/gaconfig.h></FONT> <FONT size=-2>and not</FONT> <FONT
size=-2>#include "gaconfig.h"</FONT> <FONT size=-2>my VC++ 6.0
complier complains</FONT><FONT size=-2>fatal error C1083: Cannot open
include file: 'ga/gaconfig.h': No such file or directory</FONT> <FONT
size=-2>Jianghua</FONT></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>