At 05:51 PM 4/27/2004, you wrote:
Hi guys:

    I have an error that's driving me crazy! I hope someone can help me.
    I'm working with CW9 and Constructor 1.8. I have this (simplified)
structure for the project:

        \Starter\Rsc\Starter.rsrc
        \Starter\Rsc\StarterRsc.h
        \Starter\Rsc\resource.frk\Starter.rsrc

    I added to my project the first two files, in the 'Resources' group. I
have added a lot of resources (forms, bitmaps, etc.). Everything was OK
until, in the last debugging, I've realized that last modifications didn't
have applied to the application.

    To check that, I've added a new Form (LogonForm). It's definition
actually was added to the 'StarterRsc.h' file, and the two resources files
(.rsrc) have the same date/time and size (are identical). But when I run the
app (using Simulator), I have the error:

                "Resource for app form 2600 not found"    ;Note: 2600 is
LogonForm's ID

If \Starter\Rsc\Starter.rsrc isn't a zero-byte file, you need to delete it, and recreate it as a zero-byte file. The linker is pulling in resources from there, while Constructor is editing the resources in the linked file in the RESOURCE.FRK folder.



-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/


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

Reply via email to