>Sorry, I don't quite understand. I am a new programmer in Palm Dev.
>What is .pch file for?
>and what is precompile version RTFM?
>Thanks.

.pch = Pre Compiled Header
the file used to CREATE the precompiled file - the precompiled file 
is used as the prefix - the prefix is #included into ALL source files 
in the project

If the prefix is a precompiled file, however, it doesn't have to be 
compiled again. This can save a lot of time recompiling the same 
stuff over and over.

I recently changed a large project to use a precompiled header with 
tons of common #include files.  It cut the full compile time from 
4:00+ to 1:30.

Walt

-- 
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