What Program Should I Use To Create Dll Files?

DLL files? I don’t think that you really know what you are getting into. You would create Dynamic Link Librariy files from Visual Basic, Visual Studio, C++ or other programming environment.
But if you do understand what I just told you, you’d already know the answer.
Good luck and Happy Computing!

Tags: , , , ,

5 Responses to “What Program Should I Use To Create Dll Files?”

  1. danuitti says:

    Assembler. Do it properly.

  2. Del Piero 10 says:

    DLL = dynamic link libraries, and are built by compilers from all sorts of programming languages.
    In general, you don’t create DLL’s by yourself. You’re usually given a spec sheet of what functions you need to create by rest of the programming team / analyst / project leader.
    Which makes this question rather… odd.

  3. Kasey C says:

    C++

  4. A True Gentleman says:

    dll files are made by code slingers who built the programs or software, they are in a way library files.

  5. globewea says:

    DLL FILES
    Short for Dynamic Link Library, a library of executable functions or data that can be used by a Windows application. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL. A static link remains constant during program execution while a dynamic link is created by the program as needed. DLLs can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon.
    If you have missing DLL files go here to get themhttp://www.dll-files.com/

Leave a Reply