EXE is an independent programe. A DLL is part of a program, the EXE usually needs a DLL ( Dynamic Link Library) file for certain functions, and a DLL needs to be registered with the registry for the DLL to work fully.
2007-01-09 02:26:27
·
answer #1
·
answered by Mictlan_KISS 6
·
0⤊
0⤋
An EXE (executable) is a stand-alone program that can run on its own. A DLL file is somewhat like a routine within the EXE that can run when called by the EXE. Think of initiating an online application. The first screen comes up and introduces you to what you are about to fill out. Each time you hit the "Next" button, the following assocaited screens to the application are an example of what a DLL file might be.
2007-01-09 02:30:05
·
answer #2
·
answered by Rod Rod Go 6
·
0⤊
0⤋
EXE is the execution file that makes the program run.
An exe file (pronounced as letters E-X-E) is a computer file that ends with the extension ".exe" otherwise known as an executable file. When one clicks on an exe file, a built-in routine automatically executes code that can set several functions into motion. Exe files are used to install and run programs and routines.
.DLL is short for Dynamic Link Library, a library of executable functions or data that can be used by a Windows application. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL. A static link remains constant during program execution while a dynamic link is created by the program as needed. DLLs can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon.
2007-01-09 02:27:33
·
answer #3
·
answered by ebay_convert 5
·
0⤊
0⤋
you know both of them are file extensions.
EXE stands for executable, it means that this file can be executed.
DLL stands for Dynamic Link Library.
Imagine you are a professional programmer and you get a huge project.
When coding gets a lot complex you can't put all of your code in an EXE file because application will be so heavy.
And all of the code will be always in file but may used rarely.
With the help of DLL files, you can insert your code in another file.
write methods,functions in dlls.So when you need a function or method that is in dll file you should just
: refer to dll file, get an instance of it.then you can easily use any function or method of it.
dll files reduce the complexity of code and the size of code.
2007-01-09 07:44:59
·
answer #4
·
answered by Moein 3
·
0⤊
0⤋
I ll answer this question, but u check out with known person whether its right.
.Exe & .dll both are executables only.
All the IT companys when they are developing projects for client, they ll be give these executables only.
Usually when u compile c or c++ u will be getting .exe files and when u compile .net u ll be getting dll.
dll contains the set of classes and interfaces which are independent and which can communicate with any other language written in dot net.
I hope this is right.
2007-01-09 04:07:36
·
answer #5
·
answered by Sudha P 2
·
0⤊
0⤋
.exe files are executable files ... in other words programs or applications ... word.exe, excel.exe, paint.exe etc.
.dll files are dynamic link library files. These are data files and are used by the Windows operating system and other applications.
best,
cez
2007-01-09 02:29:32
·
answer #6
·
answered by cezzium 4
·
0⤊
0⤋
Like, OMG merely bypass locate him! Like, you'd be able to bypass to the pool and completely placed on the equivalent bathing go well with so he recollects you---OMG wait! No do not placed on the equivalent component persons will completely have self assurance you're like, poor or something thinking you're wearing very last years bathing go well with so OMG do not! yet like yeah, bypass see him strong sufficient?
2016-12-02 01:15:36
·
answer #7
·
answered by ? 4
·
0⤊
0⤋
First you need to understand the Linker.
2007-01-09 02:31:56
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋