Hello, I have been attempting to switch from using the .rsrc file and constructor to using the text based .r file using Metrowerks R6 for Windows with the 3.5 SDK. I can compile additional .r files into my project for additional resources, but I'm trying to replace the .rsrc with the decompiled .r file. Here's what I do: 1. Go into the target preferences, and to the 'rez' section. I associate the prefix file param to be the uiresdefs.r file that came with the 3.5 SDK. 2. Go into the file mappings preferences, and set the rsrc compiler to be rez. Now I can decompile my resource. 3. I take the decompiled code and make it a .r file. 4. I remove the .rsrc file from the project and then add this .r file to the project. 5. I compile and all is compiled without errors or warnings. But when I run the program, certain screens give 'Invalid Handle' error messages, whereas they previously worked fine. Does anyone have any ideas regarding this? -- Thanks, Dave Haupert DDH Software, Inc [EMAIL PROTECTED] http://www.ddhsoftware.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
