Help

Discussion in 'Programming' started by hajrice, Oct 9, 2006.

  1. #1
    What is DLL.I know that its a Dynamic library Link but what is it yoused for and how can i learn to write my own DLL.
     
    hajrice, Oct 9, 2006 IP
  2. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #2
    exam, Oct 9, 2006 IP
  3. rb3m

    rb3m Peon

    Messages:
    192
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    They are collections of useful functions that running programs can call as necessary from a central location. This allows programmers to focus on providing additional functionality instead of starting from scratch.
    They're usually written in compiled languages, like C#, so you'll have to learn that first.
     
    rb3m, Oct 9, 2006 IP