"Essell" <[EMAIL PROTECTED]> wrote > I have several Bitmap Resources added to my project in constructor & two > Bitmap Family resources. The moment I add a third Bitmap Family resource & > try to compile the code, I get Target Not Registered. If I remove the Bitmap > Family Resource from my project, & try to compile .. it compiles & Runs just > fine. I tried adding other resources to the project .. it still compiles > just fine. The moment I add a Bitmap Family resource, I start getting the > Target Not Registered error again. > Hmm. My bet is still that this is caused by a problem in the code that isn't detected by CW, but which causes the load to fail in one of the ways that doesn't trigger a POSE error. So...
Have you confirmed that you can drag the prc to POSE without error? Are you under the resource limit? (2700? 1700? something extreme) Does the ID being generated for the new resource clash with another resource (app or system)? Is the resource file corrupt? I'm not sure how to test this, since Constructor's not that good at spotting corrupt files. One suggestion would be to use the addin that exports to Pilrc and see if that generates errors and that the output looks ok. Chris Tutty -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
