At 08:36 PM 11/29/2004, you wrote:
Hi,

I inherited a project from another developer. There are a lot of forms created using constructor (Metrowerks codewarrior).

Any change I make to any of the screens shows up in the constructor (and the resource header files contains the #defines for any newly created controls that I add to a form) but does not show up in the emulator when I run the application.

Any ideas on why this may be happenning?

This usually means that your .rsrc file got corrupted slightly. On Windows, the Constructor .rsrc files are stored in two parts. There's a zero-byte main file, and a RESOURCE.FRK folder with the second file that actually holds the resources. However, if somehow the file in RESOURCE.FRK got copied over the zero-byte file, CodeWarrior for Palm OS V9 will use that file for resources, rather than the one in the RESOURCE.FRK folder. However, Constructor will still edit the one in the folder.


To fix this, delete the main file and recreate a zero-byte file there with the same name.


-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/



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

Reply via email to