At 02:13 AM 1/29/2004, Wojtek wrote:
Uh.
Thanks for the info, but I have to get used to CW.
What about the prefix file. Does CW create one itself?
Where it looks for?
Shall I define full path to file?

A prefix file is just a header file that the compiler includes before each source file. You can leave this field blank, you can name one of the precompiled headers, or you could name your own local header file with contents like:


        #include <PalmOS_Headers>
        #define DEBUG_BUILD

etc. CodeWarrior goes with this method rather than just listing -D defines because it's more flexible, and it was what was traditionally used with Mac OS tools.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to