Все обсуждения > Форумы Steam > Help and Tips > Подробности темы
What's a .DLL file?
I've heard it's used for system32 files, but is it different then a .EXE?
Отредактировано jer; 26 июл. 2015 г. в 13:29
< >
Сообщения 12 из 2
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).
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.).
< >
Сообщения 12 из 2
Показывать на странице: 1530 50

Все обсуждения > Форумы Steam > Help and Tips > Подробности темы
Дата создания: 26 июл. 2015 г. в 13:28
Сообщений: 2