Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

11. diff b/w Dll and Exe

Answer Posted / megha saxena

Difference between DLL and EXE

a.exe - a program with a single main entry point E32Main().
when the system launches a new .exe,it first creates new
process. The entry point is then called in the context of
the main thread of that process.


A dll - is a library of program code with potentially many
entry points. The system loads a DLL into the context of an
existing thread.


Both of these are executables. There are two types of dll

1) a shared dll which provides a fixed api that can be used
by one or more programs.when the system loads the
executables at runtime the required shared dll are loaded
automatically.

2) polymorphic dll - which implements an abstract api such
as a printer drives etc.it usually have a single entry point
and which allocates and contructs a derived class or some
base class associated with the dll, and they are usually
loaded explicitly by the program that requires it.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I create my own permission set?

1109


Explain the types of memory management? : .NET Architecture

988


Explain about microsoft visual studio?

1025


what are the events for a form?

2145


Explain 'managed' mean in the .NET context

1164


Explain what does the term "green architecture" mean? : Dot net architecture

1006


How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile

991


Explain how cache is used? : Dot net architecture

1140


What is the mesi? : .NET Architecture

1070


What is the purpose of hard disk? : Dot net architecture

1011


Can you Explain element .net mobile with example? : Microsoft dot net mobile

989


Explain the difference between l1 and l2 cache? : .NET Architecture

1082


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

1098


So what exactly is the configuration file for then?

1010


Explain write back and write through caches? : .NET Architecture

945