environment variable .. why is that?
        Posted  
        
            by 
                dskim
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dskim
        
        
        
        Published on 2012-10-28T04:53:54Z
        Indexed on 
            2012/10/28
            5:00 UTC
        
        
        Read the original article
        Hit count: 135
        
environment-variables
Plz understand my poor English :(
I'm using visual studio 2010 and i want to coding with DLL files.
so I adjusted the system environment Path . like C:~~
but execute file can't find DLL files..
so I moved Dll files to c:windows\system32 . then I can use it..
Why can't that find DLL files..?
and I want to know how computer load DLL files by using system environment Path..
Thank you..
ps : path : %OPENCV_DIR%\bin; (absoultely there are DLL files in bin foler (OPENCV_DIR = C:\opencv\build\x86\vc10) and i'm testing Opencv
© Stack Overflow or respective owner