
Need answer for probably very simple question...
Not a dumb question at all, but a frequently asked one. The project and
workspace files (.dsp and .dsw) are both text files, so they can be
opened in the source editor just like a .cpp or .h (or any other text
file). (Of course, don't open them while the project is opened.)
Once opened there, you can do a simple text search and replace of
"JoltX" with "TBsSuperDuperNewApp" or whatever.
Rename any files that have the "JoltX" in their names.
Open all text files and do a search and replace within them.
Delete any files in your workspace with these extensions: .aps, .opt,
.ncb, .res, .obj, .pch, .bsc (did I miss any?)
Once all this is done, you should be able to open the workspace again,
and have your new names with no problem.