How can I add multiple versions of a library to the Delphi 2006 Tools->Options->Library path? I want to develop the next version of our software in BDS 2006 and still be able to compile our current version on the same PC. The two projects will run from different folders. I have a library of functions that I use with the current version and will use it in the new version with some changes. This is the library file that I am having trouble knowing how to add it to the library path and having the two versions access the right one.
Example: My two versions are in folders C:\V5 and C:\V6. The library functions in v5 are in a folder called dlib (C:\V5\dlib). I am going to copy the dlib folder to V6 and rename it to dlib_V6 (C:\V6\dlib_V6). I need to add these two paths to the BDS 2006 library path but how do I make sure that at run time V6 will search from the right one since my V5 library path will come first and most of the function names are the same.
Thanks.
Example: My two versions are in folders C:\V5 and C:\V6. The library functions in v5 are in a folder called dlib (C:\V5\dlib). I am going to copy the dlib folder to V6 and rename it to dlib_V6 (C:\V6\dlib_V6). I need to add these two paths to the BDS 2006 library path but how do I make sure that at run time V6 will search from the right one since my V5 library path will come first and most of the function names are the same.
Thanks.