|
-
April 7th, 2011, 04:54 PM
#1
[RESOLVED] How to rename an application ?
I have a Wizard-generated VS 2005 MFC DLL application. The application is named 'MyApp'. I wish to change the name of the application to 'YourApp'. I have laboriously renamed each file in the application directories and edited all the files, including the *.prj, *.ap, and other files. The renamed application compiles and runs, but the output is STILL 'MyApp.lib' and 'MyApp.dll'. I can manually rename the *.lib and *dll files and they run as expected, but I wish to have these files output as the renamed application would imply, namely 'YourApp.lib' and YourApp.dll'
Where does the naming of these output files reside and how can I change it without rewriting the whole program?
mpliam
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|