| 1. |
Where Should We Store Dlls ? |
|
Answer» CURRENT application path is the DEFAULT path of any dependent DLL(s). Thus DLL should reside in the same directory as the application executable. However there is some system specific locations for storing OPERATING system SHARED DLLs. Windows:
Linux:
The last location where we can place our DLLs are the directories in the system and or user PATH environment variable. Current application path is the default path of any dependent DLL(s). Thus DLL should reside in the same directory as the application executable. However there is some system specific locations for storing operating system shared DLLs. Windows: Linux: The last location where we can place our DLLs are the directories in the system and or user PATH environment variable. |
|