I'm studying "Address" example under CW9 example directory and trying to
convert its resource to rcp format and let the resource header file
"AddressRsc.h" regenerated by Pilrc Designer.

And it looks there are some missing definition in the regenerated header
file. I got back and copied the missing definition from the old header file.
However, it looks not work because the IDs seems being related to the
resource although they are manual entered in the old header file. There
should be some tricks while defining the IDs, like:

#define FieldNamesStrList     1000
#define FieldMapID       1000
#define titleAFInitStr      200
#define companyAFInitStr     201
#define cityAFInitStr      202
#define stateAFInitStr      203
#define countryAFInitStr     204
. . .
. . .
etc.

They don't exist in the regenerated header file. I have no idea about the
above definition. Is FieldNamesStrList equal to the AppInfoStr ID in the
resource? How FieldMapID is used in the program?

Also, all bitmap family id definition is not generated but manual input is
required.

Welcome to any suggestion and advice.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to