DLL search on windows
        Posted  
        
            by Luís Guilherme
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Luís Guilherme
        
        
        
        Published on 2010-03-17T14:55:11Z
        Indexed on 
            2010/03/17
            15:01 UTC
        
        
        Read the original article
        Hit count: 638
        
On linux, we have LIBRARY_PATH and LD_LIBRARY_PATH environment variables in order for programs to search for libraries. Do we have similar thing on windows? Particularly Windows 7? 
Also, I would like to know best practices for DLL use (where to put them, use envs or not, etc.), since I want to work on windows like everyone does, and not to sloth myself on workarounds :)
© Stack Overflow or respective owner