View Full Version : Changing the project name in VC6
WarpEnterprises
28th July 2003, 20:21
How can I change the project name in the VC6 IDE?
The workspace is named like the filename of the .DSW file,
the next level in the project explorer window lists the project name, but this property is read-only.
Any ideas?
I don't believe there is an easy way apart from doing a find and replace in the .dsw/.dsp file :( If you find a better way (like a utility) please post back :)
-Nic
redeemer-dk
30th July 2003, 17:05
Here's what i do:
Open another project than the one i want to rename. Go to Edit->Find and Replace->Replace in files and choose the folder containing the project you want to rename. Then replace the current project name with a new project name. When that is done, rename all the files that contain the old project name and rename them to the new project name.
For example the .dsp, .clv and .dsw files.
WarpEnterprises
30th July 2003, 20:22
Thanks, seems really the only way.
M$
:rolleyes:
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.