Thread: How to use a DLL?

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Question How to use a DLL?

    I have never used a DLL before and I don't know how.
    Could some one give me some example script?
    For both the DLL and the program?
    Thanks, August.

  2. #2
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    Creating win32 DLL
    Build and Use Simple DLL
    Super-Easy DLL

    Note: second link, &lt are less than signs ('<'). Essentially you fill a DLL with code, and you link the generated .lib or LoadLibrary the .dll at run time (both lib and dll are created from compilation). MSDN explains this concept very well,however I really like all 3 articles.

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