Thread: Creating a Simple DLL in C

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    2

    Question Creating a Simple DLL in C

    I've looked around the Internet for some decent information on creating DLLs in C, but found little. Only some source code which doesn't compile (10+ errors that I have no clue about) and a short article which comes with no source code.

    C++ DLLs seem to be more common, but that's not what I want. If anyone could tell me of where to find a decent article with source code on creating a DLL in C, I'd be appreciative.

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    21
    Here is one I found on google..

    http://www.zetnet.co.uk/rad/dll.html

    I'm not sure if it helps any...

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    2
    It helps a little...I don't really understand the information about allocating memory, and the includes from the code are missing so I can't compile it.

    I'm still looking for a really clear but thorough explanation of making DLLs...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating a simple DLL
    By Dark_Phoenix in forum C++ Programming
    Replies: 8
    Last Post: 03-07-2009, 09:41 PM
  2. Calling a DLL
    By jamez05 in forum C++ Programming
    Replies: 1
    Last Post: 01-05-2006, 11:13 AM
  3. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  4. How make dll in in simple c\c++?
    By awm9 in forum C++ Programming
    Replies: 2
    Last Post: 07-09-2004, 02:31 PM
  5. Creating object of type HWND from a dll
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 03-13-2002, 12:40 AM