The resource.frk folder is the way CodeWarrior for Windows deals with storing Macintosh resource fork data (on the Mac, files have two forks, one for data and one for resources). Palm application resources are created by Constructor and stored as Macintosh resources. On Windows, this is done by putting them in a correspondingly named file in the resource.frk folder. In general, CodeWarrior should take care of creating this folder for you. The .tmp file is an intermediate file used during the compilation and linking of your application. The key point is that the name of this file is specified in two different places in your target settings, and the names must match. Go through all the target settings looking for anything that ends in .tmp, and you should find your problem. I'm a bit concerned that this won't solve your problem, since you say the unedited stationary project doesn't build, but that's all I can think of off the top of my head. - Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
