hi,
What is the difference between an EXE and a DLL?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 24, 2011, 1:27 AM
Uma Shankar PatelPosted Oct 25, 2011, 2:33 AM
Sam HobbsPosted Oct 24, 2011, 1:40 PM
Satyapriya NayakPosted Oct 23, 2011, 11:20 PM
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.
Thanks
Javeed M ShaikhPosted Oct 23, 2011, 9:40 PM