Hi all.
I'm trying to add a splash screen to my program by adding a bitmap to a form through the available utilities in Pilrc. This should be an easy task, and it was. The problem comes when I'm loading the form.
When I call FrmDoDialog(form), the program crashes. Although it does compile fine, and I used the same method as I did previously for a different form, I just don't get why its crashing...
Try calling FrmDrawForm before FrmDoDialog, just to see if it crashes during the draw routine. Is it possible that the bitmap resource is wrong? Is the form bitmap object in the form pointing to the proper resource ID? Having an ID for a bitmap not included in your resources would cause a crash.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
