Dll

Discussion in 'Win32' started by Muhammad Saqib Butt, Oct 24, 2010.

  1. Muhammad Saqib Butt

    Muhammad Saqib Butt New Member

    Joined:
    Oct 24, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    the all I know about DLL is th8 it stands for Dynamic Link Library and nothing else can anybody tell me what is it? It's purpose and how to make and then use it?
     
  2. go4expert

    go4expert Moderator

    Joined:
    Aug 3, 2004
    Messages:
    306
    Likes Received:
    9
    Trophy Points:
    0
    Should not be in Intro Forum
     
  3. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    3
    Trophy Points:
    0
    Moved.

    See Creating a simple DLL
     
  4. techgeek.in

    techgeek.in New Member

    Joined:
    Dec 20, 2009
    Messages:
    572
    Likes Received:
    19
    Trophy Points:
    0
    Occupation:
    EOC (exploitation of computers)..i m a Terminator.
    Location:
    Not an alien!! for sure
    Home Page:
    http://www.techgeek.in
    Yes, Dll is dynamic link library..when u write a piece of code then some library functions are used ..those library function can be linked to your code either at the compile time or at the run time...In C or C++ u include header files rite??
    Those header file functions are linked to your code at compile time...but DLL consists of fuctions which are only used when a piece of code runs and needs those specific function at particular instant of execution...
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice