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

    In other words, when I modify/add resources to my app, the
'StarterRsc.h' is updated correctly by the constructor. But I suppose the
compiler/linker is pointing to another (incorrect) RSRC file, and can't find
the resources. Where can I find out the 'real' RSRC file the compiler is
taking to do his job? (I think it's not the one added to the project's
'Resource' group)

    I have followed some suggestions to problems "similar" to mines on the
forums, like:

    "Close the project, delete the <projectName>_Data folder that is located
within the project directory, and reopen the project. Check to see if the
same error occurs when making the project ..."

    But the problem is still there. Plz, help me!!!


Ariel Ayala
Argentina



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

Reply via email to