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

Reply via email to