Try adding the path relative to the source file doing the #include. For example:

If you have {Project} folder
Src/Starter.cpp
Rsc/StarterRsc.h

To include StarterRsc.h in Starter.cpp use:

#include "../Rsc/StarterRsc.h"

-- jkl

----- Original Message -----
From: "John Stephenson" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 3:03 PM
Subject: CW 7 Search Paths


> I am using some relative pathing in some of my include directives ( #include
> "thatdir/header.h" ) and CW complains that it can't find the file.  Can't
> the preprocessor follow relative paths or does every path need to be
> explicitly defined in the Access Paths?
>
> john
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe, please
see http://www.palmos.com/dev/tech/support/forums/
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to