Again, I am humbled by, and grateful for, the wealth of information
available here ;)
Thanks,
-Paul
> -----Original Message-----
> From: Scott Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 22, 1999 5:45 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Header Frustration...
>
>
> Paul Dugas wrote:
> > Switching between my debug and release targets doesn't seem to be
> > defining ERROR_CHECK_LEVEL properly. It's set to ERROR_CHECK_FULL in
> > both targets. [...] Can anyone tell me again what I'm doing wrong?
>
> You have it almost right, but don't use <BuildRules.h>. Try this:
>
> #define ERROR_CHECK_LEVEL ERROR_CHECK_FULL
> #define PILOT_PRECOMPILED_HEADERS_OFF
> #include <Pilot.h>
> #include "My_Other_Global_Header_1.h"
> #include "My_Other_Global_Header_2.h" // etc...
>
> -slj-
> http://www.oracle.com/ebusiness/crm_mobile.html
>