Thread: Dll

  1. #1

    Dll

    Maybe this sounds like stupid questions but i have no clue
    1. what is .dll file
    2. why is it used
    3. how is it used
    4. how can i make one
    5. and when i it used
    Dev C++
    Win XP/2k/98

    I DO NOT TAKE CLASSES I DONT GET HOMEWORK THIS IS NOT A HOMEWORK QUESTION!!!

    He's lean he's keen... He's the spank machine!

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    1: A Dynamic Linked Library
    2: You can update your program without replacing its executable
    3: The executable (or another dll) links up with it and runs
    functions from it
    4:
    Using a DLL (from GameTutorials)
    5: When you have a huge executable\dll and you only want to
    update a small thing

  3. #3
    Ben jij nederlands???? Ik ook maar ik woon in Moskou

  4. #4
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Moskou? Zal wel erg koud zijn daar?

  5. #5
    Funniest man in this seat minesweeper's Avatar
    Join Date
    Mar 2002
    Posts
    798
    Now that's what I call a foreign language!! How on earth do you pronounce a word like 'zijn'?!!!!

  6. #6
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    In english you mean? well..erhm...zyn..ro something,

  7. #7
    Het is hier wel ok het koudste dat het kan worden is -35

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  3. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  4. Using class with DLL
    By greg2 in forum C++ Programming
    Replies: 2
    Last Post: 09-12-2003, 05:24 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM