What is the difference between an EXE and a DLL?
Answers were Sorted based on User's Feedback
Answer / manoj
Exe file is the executable(machine language) file which is
generated after successful compilation and linking process
of a programing language.
these files are especially created under dos Environment
like ms-dos this file is treated as the exteranal command
and whenever we execute this file the dos gives control to
the exe file and lets it to do what ever has been
instructed in this file.
in contrast the .DLL file usually comes under the 32-Bit
world like windows which contains all the API(Application
program interface)funtions which are called during
execution of a program.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / kirti
You can create an objects of Dll but not of the EXE.
Dll is an In-Process Component whereas EXE is an OUt-Process Component.
Exe is for single use whereas you can use Dll for multiple use.
Exe can be started as standalone where dll cannot be.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rohit passi
1.In Exe Main() exit and in dll no Main().
2.Exe can compie and execute and dll can compile only.
3.Exe User Interface and dll is not user interface.
4.Exe is not secure and dll is secure.
From rht.passi@gmail.com
| Is This Answer Correct ? | 1 Yes | 3 No |
explain how to make a control visible and invisible during runtime
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
How do i find out the number of parameters passed into function?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Write a Pseudo Code to fins the LCM of two given numbers
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
can we extend a class having only one parameterised constructor.Suggest the process to do it.
what is different between kenerl mode and user mode?
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
difference between mantis and other tools?
What are the five tracing levels in System.Diagnostics.TraceSwitcher?