Yes, I know how to disable them.  I'm wondering how to make
them work though.  While I understand what your suggestion
would do, making it to another novice would not solve the
problem.  I have a project with upwards of 40 separate
files.  Without precompiled headers, the compiler runs
through 200k likes for each one!

Thanks for the non-help.

-- Paul

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> m]On Behalf Of Scott L.
> Johnson
> Sent: Wednesday, March 22, 2000 4:47 PM
> To: Palm Developer Forum
> Subject: RE: Precompiled headers HOWTO? (was 3.5
> SDK compiles slower)
>
>
> > From: Paul A. Dugas [mailto:[EMAIL PROTECTED]]
> >     #include "Prefix.h"
> >     #pragma precompile_target "Prefix.mch"
> > Now however, the compiler
> > doesn't find some #defines I made in Prefix.h.
> > I know I'm close.  How about that last little push?
>
> 1. Add this line above the inclusion of <PalmOS.h>:
>
>         #define PILOT_PRECOMPILED_HEADERS_OFF
>
> 2. You can remove the '#pragma
> precompile_target' line.  It will default to
> the name of your .pch file with no extension.
> Then put just "Prefix" (or
> whatever) in the C/C++ Language panel.
>
> -slj-
>
>
> --
> For information on using the Palm Developer
> Forums, or to unsubscribe, please see
> http://www.palm.com/devzone/mailinglists.html
>
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to