> 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

Reply via email to