I have a Delphi code library that I want to put in a central directory, say:
C: \ Delphi \ codelibs \ FastMM
I have Delphi version 5/7/2009. Now I want to use the library from all of these Delphi versions without .dcu file conflicts . (Each version of delphi compiles into slightly different .dcu files, you know that!)
Also, each compiled .dcu file must be in directories, such as:
C: \ Delphi \ codelibs \ LIBS \ D5
C: \ Delphi \ codelibs \ LIES \ D7
C: \ Delphi \ codelibs \ LIES \ D2009
How can I add these dirs to the delphi view path?
Pascalm
source
share