Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I've got a big organisation trouble about working with DLLs.
I have :
- A VC++ project (A) for a DLL.
- A separate project (B) using the DLL of the project(A).
The 2 projects are located at different places.
My question is :
Is it possible to adjust settings of the project B in order to use the DLL located in the /Debug or /Release directory of the project A (and then, take in account automatically modifications of the project A)?
Actually, i must copy each .dll & .lib generated by project (A) into directories of the project(B).
Thanks,
I've got a big organisation trouble about working with DLLs.
I have :
- A VC++ project (A) for a DLL.
- A separate project (B) using the DLL of the project(A).
The 2 projects are located at different places.
My question is :
Is it possible to adjust settings of the project B in order to use the DLL located in the /Debug or /Release directory of the project A (and then, take in account automatically modifications of the project A)?
Actually, i must copy each .dll & .lib generated by project (A) into directories of the project(B).
Thanks,