.exe和.dll文件有什么区别? [英] what is the difference between .exe and .dll files?

查看:366
本文介绍了.exe和.dll文件有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.exe文件和.dll文件有什么区别?

what is the difference between .exe files and .dll files?

推荐答案

在最基本的级别上,exe是可以运行的可执行文件,而DLL是一个需要外部调用它的函数的库.可执行文件具有定义明确的起点(通常称为Main),该起点负责设置对程序其余部分的调用,并触发处理功能. DLL没有此起点.
At the most basic level, an exe is an executable file that can be run, whereas a DLL is a library that needs to have something external to it call it''s functions. An executable has a well defined start point (typically known as Main) that is responsible for setting up the calls to the rest of the program, and triggering processing functionality. A DLL does not have this start point.


exe是程序或应用程序,DLL包含程序或应用程序可以使用的功能.

我确定有人可以提供更全面的内容,但我相信基本上是这样.

请参阅此以获取更多信息: http://en.wikipedia.org/wiki/Dynamic-link_library [ ^ ]
An exe is a program or an application, a DLL contains functions that programs or applications can use.

I''m sure someone can provide something more comprehensive but I believe that is it basically.

See this for more information: http://en.wikipedia.org/wiki/Dynamic-link_library[^]


这篇关于.exe和.dll文件有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆