|
Re: Video tutorial: Lesson 1 Getting started
The Wndows system folder is possible. Good and also bad thing is that DLL files there are available to every program that might use it.
Why I also call it a bad thing: Some DLL files have different versions. And then this plug in might work fine, but another program which uses another version of the DLL won't work due to missing functions or different parameter settings. That is why I allways suggest to place the file in the same directory were the .exe file is (Photoshop.exe in this case).
Another pro of placing DLL's near the program that uses them: your system won't get crowded with useless DLL's When you remove the program the DLL's you do not need will also be gone.
|