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: Create, Files, Program, Should, What
This entry was posted
on Sunday, December 27th, 2009 at 5:41 am and is filed under dll errors.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Assembler. Do it properly.
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.
C++
dll files are made by code slingers who built the programs or software, they are in a way library files.
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/