Search Results

1
vote

What is the best way to share Delphi source files among projects?

I think no special solutions are required. In our project (several applications that share large areas of code) we use the following approach: Split source code to folders. C …