> From: George Aslanis [mailto:[EMAIL PROTECTED]] > "HwrRsc.c Line 77, Resource for app form 3300 not found"' > The form was replaced with a test form with only an OK button. > What resource is it looking for?
It can't find your form resource with id 3300. > Why doesn't the message display the resource > type & id that it's having a problem with? The message refers to the form as a whole since a form is one big resource. It doesn't mean any individual control within the form, since those are not separate resources. Check your project setup, make sure the right .rsrc and/or .rcp files are still in the right targets in your upgraded project, and that all resource ID's are what you think. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
