-----Original Message----- From: Dave Mottorn [mailto:[EMAIL PROTECTED] Sent: Saturday, May 01, 2004 9:02 AM To: Palm Developer Forum Subject: RE: Moving project
I tried deleting the Project_Data folder but it to looses all the information on the project's segmentation. (This project has 5 segments.) It put all my source files in one segment and lost the other segments. I copied everything from the CD again then went to the DOS prompt, got in the project's top directory and ran "SWEEP ATTRIB *.* -R". (SWEEP is an old DOS utility that yo-yos through a directory and executes the command following it in every sub directory.) This time I could open the project in CodeWarrior without any errors but when I try to compile I get two errors: "Error While Creating/Copying Resource Fork" and "Error While Saving Resources". A help search indicates this could be a media error but there is plenty of file space on my old machine. That's all I can find on "Resource Fork" in the documentation. regards, Dave Mottorn -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Combee Sent: Friday, April 30, 2004 12:09 PM To: Palm Developer Forum Subject: Re: Moving project At 07:56 AM 4/30/2004, you wrote: > I had to take my development computer to get it fixed and before > I did I >copied the directory my codewarrior project was in to a CD. Then I copied >the CD to my old machine. When I first opened the project into CodeWarrior >I got three errors. The first one was "The settings file for CountRight.mcp >was locked so some user settings will not be saved". I got two similar >messgages for the data files for debug and release. When I tried compiling >the project I got a linker error with no further explanation. I tried >copying the files to my old machine then recopying them to other space and I >tried the DOS ATTRIB command to make them readable. Nothing's worked yet. Remove the Project_Data folder -- that's likely to be marked read-only, and all the contents can be recreated by CodeWarrior when it opens your project. -- 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
