CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changing a Project Name
Travis,
I, too, fought the IDE on this one about a year ago. If I remember correctly
you can do a Save As... on the project file (...I think...) If you view the
project make file you will see full pathnames for all of the files that you
have included in your project. If all of your files are in one directory the
path entries will be rather short (any path information from the IDE plus
paths to your included files). In my case with a 150+ files of various kinds,
I've created a project directory tree, of sorts. The kicker is that the path
information that is stored in the .mak file is full path information rather
than partial or relative path information.
You did not say how you attempted to rename your project. If you for example
also changed the location of it or renamed a directory your project window in
the IDE will be empty. You could go to the .mak file and edit the path names.
That should make your files show up.
Have fun. Isn't automation great!
Von R. Colborn
Cornerstone Systems, Inc.
W Komornicki's Home Page |
Main Index |
Thread Index