Hello
I have one common packed library located in C:\proj\common.lvlibp
Then I develop another project that uses this dll. When I move this project to another directory he expects that relative path to common.lvlibp is maintained. Can I somehow specify that this dependency is always located in C:\proj\common.lvlibp ?
What happens when commin.lvlibp is located on C drive and my project is on D drive? Then there will be no relative path?