> The latest Palm SDK is screwed up.  Instead of doing:
> #include <x/y/z.h>
> they frequently do
> #include <z.h>
Yeah, I can see that.

I am using Palm OS Developer Suite 1.2 for Windows. How can I add more 
directories to the include search path for the compiler? I think it goes to 
'C:\Program Files\PalmSource\Palm OS Developer Suite\sdk-5r4\include' by 
default only.

Or do I need to modify all affected header file with <z.h> to <x/y/z.h>? 
......


"Alexander R. Pruss" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> The latest Palm SDK is screwed up.  Instead of doing:
> #include <x/y/z.h>
> they frequently do
> #include <z.h>
>
> Find all the missing files on your disk (e.g., in Unix/cygwin go to the 
> top of the tree and run find . -name z.h -print) and add their directories 
> to the include search path for the compiler.
>
> If you're using an OS with case sensitive filenames, you will also have to 
> fix up the case of various directory names.
> 



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

Reply via email to