Where to put additional DLLs for plugin?
Hello, I am developing a C++ plugin using a third-party library (Qt). While developing I put the necessary DLLs into the photoshop.exe folder. But where must I put them when I install my plugin on the user's PC?
Are there some photoshop-only search paths? I do not want to register those DLLs on PATH environment variable because then they will be visible to every program and may lead to DLL-hell on the user's PC.
Is there any solution?
