Thread: Dlls in C help

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    1

    Dlls in C help

    i want to learn to make DLLs in C and call them from C, i cant seem to find any good resources on google.
    i just want to make a very simple DLL, and call a function from it in a C program. and maybe find some more reading on DLL's
    i use codeblocks IDE, and its template DLL is in C++, any way i can use codeblocks to make c DLLs?
    thanks for any help you can give...

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    It's up to your compiler. Visual C has selections you choose from a box, and Cygwin uses a "-mdll" switch.

    If you don't find anything in your compiler doc's, try Googling, "make dll with CodeBlocks"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Some doubts on DLLs
    By BrownB in forum Windows Programming
    Replies: 1
    Last Post: 05-30-2007, 02:25 AM
  2. standart dlls
    By keeper in forum C++ Programming
    Replies: 3
    Last Post: 07-05-2006, 07:32 PM
  3. 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
  4. question about DLL's and class functions
    By btq in forum Windows Programming
    Replies: 2
    Last Post: 02-25-2003, 06:08 AM
  5. DLLs <- sound files, and nesting.
    By sean in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2002, 05:13 PM