If your image is too large inside the PRC, it will not transfer. A 72K bitmap is not allowed and Hotsync will choke trying to transfer it. I'm surprised that your development tool doesn't pick up on this problem earlier.
In your project settings, do you have compression turned on for the bitmaps? I don't use Casl, so I don't know how this works, but there are several compression settings that you can use for Palm bitmaps. Perhaps you can turn one of them on. If it is already compressed, you will have to cut the image down or some programming method to get the image(s) to draw. As for the 19K bitmap, it's likely that you have an incorrect bitmap header. Palm bitmaps have a fairly rigid structure that doesn't take kindly to invalid values. If you want to email me directly, I can look at the bitmaps using my tools. Send me the PRC file you are compiling in a zip file. Don't reply to this list or your email will bounce from the attachment. Eric dot cloninger at palmsource dot com > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steven Fisher > Sent: Monday, December 27, 2004 4:27 PM > To: Palm Developer Forum > Subject: Re: Incorrect PRC file ? > > Eric Andre wrote: > > With PRC explorer (v1.0.19.1), I clearly see the 24 bitmaps > that I declared in my app. They are named Tbmp 9 to Tbmp 32. > They can be displayed => ok. > > > > I have 2 additional Tbmps, named Tbmp 1 and Tbmp 2. > > Tbmp 1 : when I click on it, I get message "TBitmap parsing > error - unknown version", and it displays "Resource size 72292 bytes" > > Tbmp 2 : when I click on it, I get another message "TBitmap > parsing error - wrong size", and it displays "Resource size > 19266 bytes" > > > > For both, I cannot see what is inside. > > Thks a lot for your help. > > Eric > > Are you using Codewarrior? > > I don't know if this is the problem, but check that you don't > have any zero-size segments. That used to cause all sorts of > screwey problems. > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
