Difference between DLL and EXE ?

Respondido Difference between DLL and EXE ?

  • quinta-feira, 10 de maio de 2012 11:01
     
     
    What is the difference between DLL and EXE file ?

    Rupesh

Todas as Respostas

  • segunda-feira, 14 de maio de 2012 10:40
     
     Respondido

    DLL stands for Dynamic Link Library and exe means executable. An exe file on a pc can run by itself but dll file cannot be run by itself. A dll file is always "used" by an exe.

    In programmer's term an exe has a "Main" function which acts as the entry point to the program and a dll lacks the Main function.

    -Regards

    Please mark this as answer if it helps you.
    • Editado Kalnemi segunda-feira, 14 de maio de 2012 10:41
    • Sugerido como Resposta Kalnemi segunda-feira, 14 de maio de 2012 10:41
    • Marcado como Resposta RupeshSahu quarta-feira, 16 de maio de 2012 09:45
    •