--- Jason Freund <[EMAIL PROTECTED]> wrote: > > In the CW7 project window, "Files" tab, I added new source > files that would get listed and compiled correctly for the > current target, but when I switched to a different target, > I noticed all the source files were still listed, but the > "Code" and "Data" columns were "n/a".
In CW7, when you add a file to the project (Select Project, then Add Files..., then locate and highlight the file to be added and click the Add button) if your project has multiple targets you will be asked which targets you want to add the file to. > ... > I'm confused why my project has two rsrc files: > > Project/myrsrc.rsrc (0 bytes) > Project/RESOURCE.FRK/myrsrc.rsrc (20k) > In the Mac world, a "file" can have a data fork and a resource fork. The .rsrc files created by Constructor have no data, but they do contain resources. That's why you see two files and one has 0 bytes. You need to copy both files and the folder to copy a .rsrc file. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
