I have a delphi + GLscene code with many - many files . Suppose everything is in a folder named Sergio .
In that folder I have files which are necessary to that code and also old files which are not necessary. As the code is big with many units it is difficult to identify what is needed and what is not needed. The code is working well
. I want to "save as" in a new folder SergioNew which will include only the files necessary to that code to work. .How to do it ? Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a delphi + GLscene code with many - many files . Suppose everything is in a folder named Sergio .
In that folder I have files which are necessary to that code and also old files which are not necessary. As the code is big with many units it is difficult to identify what is needed and what is not needed. The code is working well
. I want to "save as" in a new folder SergioNew which will include only the files necessary to that code to work. .How to do it ? Thanks in advance
Hi Sergio, i don't how is your code but if i you i'll check the "uses" and just remove the files not used