"Mitchell, Raymond" <[EMAIL PROTECTED]> wrote:
> I was just wondering why the include directives in Xerces-C use the <>
> system path indicators instead of the "" user path indicators.
> 
> Thanks,
> Ray
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Because they are in a -I path not necessary correlated to the compile path.

i.e. if u r compiling foo.cpp u'll include "foo.h" and 4 example
"modules/foomod.h". But if u include a general purpose library .h file
u'll include that as <genlib.h>.

cya,

   /kiuma


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to