how to change the project name in msvc6

R

ravinderthakur

hi all,

i have a project in msvc6 and i want to change the name of the project
from existing to some new project. how can i do the same.

what entries in the .dsp file i have to change to chagne the name of
the project.


thanks
rt
 
N

Nishant Sivakumar

Open the dsp file in notepad - search/replace oldname to newname within the
file.
Rename dsp file to newname.dsp
Open dsw file in notepad - search/replace oldname.dsp to newname.dsp

That should be it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top