The problem is that Palm OS is being asked to use form 2500 and it's doesn't
exist in the prc.
There's two ways to work this. One way is to find where in your code is form
2500 being used? Is it by a FrmGotoForm call, or FrmPopupForm? The other way
is to figure out why isn't the form getting included into the prc? Is the
resource file containing the form being included?
-Roger Flores
"Jeannine B. Leggieri" <[EMAIL PROTECTED]> on 08/18/99 02:53:04 PM
Please respond to [EMAIL PROTECTED]
Sent by: "Jeannine B. Leggieri" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (Roger Flores/HQ/3Com)
Subject: Fatal Error in HwrRes.c
I am adding a new feature to an existing code written in CodeWarrior for
a Palm Pilot application. I added Resource: tFRM 2500 in MobileRsc.h and
compiled the code fine with no errors. However, when I go to load the
application onto the Palm Pilot and test it, I get a fatal error message
after the fifth screen:
Fatal Error
HwrRes.c, Line:77,
Resource for app form 2500 not found.
My question is: What is the HwrRes.c file? Is it a library that exists
in CodeWarrior? I did a search on my computer to look for that file, but
nothing comes up. Also, what does it have to do with my adding new
#define's in the MobileRsc.h that is causing this error message to
occur? Please advise.
Thank you.
Jeannine Leggieri