Loading a dll from a dll ?
        Posted  
        
            by Quandary
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Quandary
        
        
        
        Published on 2010-04-20T11:44:19Z
        Indexed on 
            2010/04/20
            12:33 UTC
        
        
        Read the original article
        Hit count: 698
        
What's the best way for loading a dll from a dll ?
My problem is I can't load a dll on process_attach, and I cannot load the dll from the main program, because I don't control the main program source. And therefore I cannot call a non-dllmain function, too.
© Stack Overflow or respective owner