Thread: How do I create funtional staic and dynamic libraries

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    2

    How do I create funtional staic and dynamic libraries

    Hi I was trained in college for 3 years in c and c++ during that whole time (15 years ago) we didnt study anything about libraries. I've been able to learn bits and pieces, and Im not trying to start a negative topic, but where on earth do people learn about dlls and libraries other than through quick one page explainations? I'm learning some old COM stuff and making my own libraries us a strong interest of mine now. Can some people refer me somewhere?

  2. #2
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Your vendor documentation is a good place to start, as the techniques are specific to the development tools (compiler, linker, etc) that you are using.

    This link contains some of the information provided by Microsoft, assuming you are using Visual Studio 2013 and want to create DLLs. It has links to other relevant material.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. dynamic link libraries
    By Coga1900 in forum C++ Programming
    Replies: 19
    Last Post: 11-13-2011, 07:39 AM
  2. Replies: 5
    Last Post: 08-18-2010, 06:12 AM
  3. Difference between Staic and Const Keywords
    By maazam1981 in forum C Programming
    Replies: 2
    Last Post: 06-09-2010, 10:51 AM
  4. dynamic libraries
    By kris.c in forum C Programming
    Replies: 9
    Last Post: 01-13-2007, 07:14 AM
  5. Dynamic libraries
    By Unregistered in forum C Programming
    Replies: 4
    Last Post: 04-25-2002, 01:09 PM

Tags for this Thread