I'm trying to branch an existing, working project in CodeWarrior 8.3. By branching, I mean I'm copying all the files to a new project, where I will start modifying the files in the new code stream.
I've copied all the files, have renamed my main.cpp file, the .rsrc file, and the FooRsc.h files, and then updated the corresponding references to the FooRsc.h in all the other source files. When I try to Make the project, I get tons of errors, including the 'declaration syntax error', right at the beginning of the .h files for all the classes. I've seen this before but can't remember what the problem is. It's like something is missing in a build path and the various files aren't seeing each other. Or it's a simple missing semicolon, but I just copied the files. Any ideas what to look for? thanks -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
