You said the form 2500 is being called, but it does not exist in the .prc.
The form 2500 is being used by the FrmGotoForm call. My question is: what
does the FrmGotoForm has to do with the form 2500 and how should I go about
fixing this?
Thanks.
Jeannine
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 19, 1999 4:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Fatal Error in HwrRes.c
>
>
> 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