home Tech Library Tech Forum
Publisher
 
Dynamic Link Libraries       
 
 
Application Vs DLLs  

 

1.  Both of them are executables
2.  Unlike the applications, DLLs can not be executed directly
3.  Application have multiple instances of itself in the same system, where as the DLLs would
      have only one instance.
4.  An application can own other resources like stack, file handles etc… But a DLL can not.
   
   
  RELATED TOPICS  
DLL overview
Advantages of Using DLLs
Linking a DLL to an executable
Types of DLL
Initializing a DLL
Export from a DLL
LoadLibrary and AfxLoadLibrary
GetProcaddress
FreeLibrary and AfxFreeLibrary
Resource-only DLL
Automation in DLLs


 
Home | Profile | Users | Library | Publisher | Tech Forum | News | Contact Us