dll and exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ANTY90
    New Member
    • Dec 2007
    • 14

    dll and exe

    Hi.
    I want to get clear about this before developing any project.
    What is a DLL file, and what is an EXE file?
    What is the important without which an application cannot run?
    Thanks in advance.
    Last edited by Killer42; Jan 2 '08, 08:13 AM.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Hi

    Dlls and Exes have an important role in developing a program.

    Dll - Dynamic Link Library
    Exe - Executable File

    Rey Sean
    Last edited by lotus18; Jan 2 '08, 04:42 AM. Reason: have

    Comment

    • VijaySofist
      New Member
      • Jun 2007
      • 107

      #3
      Originally posted by ANTY90
      Hi.
      I want to get clear about this before developing any project.
      What is a DLL file, and what is an EXE file?
      What is the important without which an application cannot run?
      Thanks in advance.
      Hi!


      Exe is an Application which can be executed directly.
      Dll is library file which cannot be executed directly, but included with some applications to make use it.

      With Regards
      Vijay. R
      Last edited by Killer42; Jan 2 '08, 08:14 AM.

      Comment

      Working...