jer 26 JUL 2015 a las 13:28
What's a .DLL file?
I've heard it's used for system32 files, but is it different then a .EXE?
Última edición por jer; 26 JUL 2015 a las 13:29
< >
Mostrando 1-2 de 2 comentarios
Didgy 26 JUL 2015 a las 13:39 
DLLs are commonly used for shared, reusable libraries, to save developers writing the same functionality over and over... where an exe is a standalone executable (that probably loads a tonne of DLLs to do the common functions).
Long Ago [Linux] 26 JUL 2015 a las 15:41 
DLL means Dynamically Linked Library. DLL files are common functions that multiple programs may load and use when required (the dynamic part), so the exe files do not have to contain common functions that are done repeatedly by different programs (input/output, etc.).
< >
Mostrando 1-2 de 2 comentarios
Por página: 1530 50

Publicado el: 26 JUL 2015 a las 13:28
Mensajes: 2