Regular DLL using: MFC Shared vs MFC statically linked
        Posted  
        
            by AKN
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AKN
        
        
        
        Published on 2010-04-16T11:57:44Z
        Indexed on 
            2010/04/19
            6:33 UTC
        
        
        Read the original article
        Hit count: 888
        
When we create a DLL using Visual studio (VC8 or 9), we get an option as create Regular DLL
 using MFC as shared DLL
or
 using MFC as static library
How are they different? Which one is advisable to use?
© Stack Overflow or respective owner