> I have used the Code Warrior plugin to create .r font > resource file. It > creates the file just fine, but it won't let me add the file to the > project. Any ideas why that is? I can add other .c and even > the .rpc file > to my project without any problems.
You need to create a file mapping to tell the IDE what to do with .r file. Go into your project settings in the File Mappings and create a new file mapping: File Type: TEXT Extension: .r Compiler: Rez All Flags: Off Then you should be able to add the file, and the IDE will know to use Rez on it. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
