--- Curt Allen <[EMAIL PROTECTED]> wrote: > Help! I'm new to CodeWarrior (8.0 for Palm, Windows > Version) and I have a question regarding fonts and bitmaps. > ... > My question is now that I'm using the big gun (CW) I don't > know how to get the *.bin file that my pilrc tool creates > into a resource that CW can use.
You don't have to make .bin files with PilRC and then add those to your CW project. Instead, use the PilRC plugin. > I have about 5 custom fonts and about the same number of > bitmaps that I need to get working. In advance, I can tell > you that most of the bitmaps I'm using are larger than what > Constructor seems to allow (the image is just cropped off). Before you try to paste in a bitmap, open the bitmap edit window, then see Options | Set Image Size... on the menu. > How do I use the PilRC tool that supposedly came with > CW and I can't seem to find? You'll find it in the Thrill Seekers folder. However, you should probably get the latest version from http://www.calliopeinc.com/pilrcplugin.html To use the plugin, create an .rcp file with the resource descriptions and include that in your project. The plugin will create an .r file that contains Rez source for your .rcp resources. For an example, see http://www.calliopeinc.com/stationery.html __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
