Hi,
I would like to develop my own custom libraries. Each project I develop will have a subdirectory with the custom libraries it needs to run that project. I know that you can point to this location in the LIB.DIR file and it will work. However, let’s say that I have 10 different projects and all of them use a library called “My_Lib” and I want each of the 10 projects to use its own copy of “My_Lib”. I have two reasons for this. Firstly, I want the ability to modify “My_Lib” as time goes by without breaking a previous project that used "My_Lib. Secondly, I want a project contained within its own directory structure to make it easy to copy a project.
How can I differentiate which "My_Lib file the project uses if I can only modify LIB.DIR? I would have 10 reference paths to “My_Lib” and the compiler wouldn’t know which one to use.
Do people’s LIB.DIR typically end up having 100’s of path entries?
I hope this makes sense.
Thanks