At 02:49 PM 9/12/2002 -0400, you wrote: >Hi, when I started my first Palm app I didn't know about the Palm App Wizard >in Codewarrior V8 so I just cut and pasted the event loop stuff from the >example application. Now I've noticed that in apps that you create with the >stationary, all the Palm API functions are defined in the pre-compiled >header file. I tried adding BuildHeaders.mcp to the Palm OS Device file in >my project, but that didn't do anything. Does anyone know how I can get >this project setup with the standard pre-compiled headers like it is in the >Application Wizard apps? Thanks.
Adding BuildHeaders.mcp is a start, but you still need to alter your C/C++ Language panel to specify the precompiled header file as the prefix file for your target. See http://www.palmoswerks.com/stories/storyReader$70 for details. -- 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/
