Главная страница | назад





Article #20449: How to change the name of the final .dll

Question: I'm creating a .dll in C++Builder 4.0 and when I saved the project, I saved it as Project1.bpr. I am now ready to build the final version of my .dll, but I want to change the name from Project1.dll to MyDll.dll. I don't see any way to do this in the IDE.

Answer: The simpliest way to do this would be to rename your project to the name you want for your final .dll. Go to File | Save Project As and rename the project. This will create a new .bpr with the new name. Then rebuild your dll.

Last Modified: 30-DEC-99