Thread: using dlls

  1. #1
    Unregistered
    Guest

    Lightbulb using dlls

    what are dlls and
    how do you write and use them.?

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    >what are dlls

    A buch of functions that are linked to your exe dynamically at runtime rather than statically at compile time.

    >how do you write

    What compiler/IDE?

    > and use them.?

    Either load the dll from your main program code. Or use the lib that was generated when the DLL was compiled.

    Here's a tutorial

  3. #3
    Registered User Sekti's Avatar
    Join Date
    Feb 2002
    Posts
    163

    ...

    How would you do it with borland 5.5 I read that tutorial and it really interests me
    +++
    ++
    + Sekti
    ++
    +++

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Protection of DLLs
    By Poche in forum C# Programming
    Replies: 5
    Last Post: 06-04-2009, 08:30 PM
  2. Some doubts on DLLs
    By BrownB in forum Windows Programming
    Replies: 1
    Last Post: 05-30-2007, 02:25 AM
  3. standart dlls
    By keeper in forum C++ Programming
    Replies: 3
    Last Post: 07-05-2006, 07:32 PM
  4. Can't load string from resource DLL's string table
    By s_k in forum Windows Programming
    Replies: 4
    Last Post: 07-15-2003, 06:43 AM
  5. question about DLL's and class functions
    By btq in forum Windows Programming
    Replies: 2
    Last Post: 02-25-2003, 06:08 AM