Thread: Create a DLL using Dev-C++

  1. #1
    carpe diem
    Join Date
    Jan 2010
    Posts
    46

    Create a DLL using Dev-C++

    This is my first post so hi to everyone!

    I am trying to create a DLL with Dev-C++.
    I have one c++ file that #includes a couple of .h files. In turn those header files #include more .h files which in turn include more, so I have a total of 50 header files!:O

    I would like to create a DLL from my cpp file but I can't figure out how to do it. Can anyone please explain me how I can do that step by step?
    Last edited by doia; 01-14-2010 at 03:22 PM.

  2. #2
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Usually, C Board is a bad place to look for step by step instructions.

    You can start by reading up on DllMain, and dllexport.

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 Injection Question
    By zenox in forum C Programming
    Replies: 13
    Last Post: 03-15-2008, 10:54 AM
  3. Dev C++ DLL creation.
    By tol in forum C++ Programming
    Replies: 1
    Last Post: 07-28-2005, 12:59 PM
  4. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  5. create C dll for other programming languages
    By corn in forum Windows Programming
    Replies: 6
    Last Post: 06-19-2003, 01:11 AM