answersLogoWhite

0

How do you use a dll?

Updated: 11/5/2022
User Avatar

Wiki User

18y ago

Best Answer

DLL - Dynamic Link Library DLL refers to a type of file that is stored either locally or remotely and is a collection of commands and/or data which can be shared by different programs on the same platform. Typical DLL files contain commands and/or data that are common to a certain task, for instance Windows has many DLL files built-in which other programs access and utilise. A common example of this is spool32.dll which is used for printing control within Windows 95/98 by other applications. The one time you may become aware of DLL files is when your computer crashes and you are presented with a message such as an "invalid page fault". DLL files can be updated and most of the time a problem can be solved by updating the DLL file in question. 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. DLL's ,can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon. A DLL can be used by several applications at the same time, an example would be Windows Operating System and used for any windows applications. Other DLLs are written for a particular application and are loaded with the application.

User Avatar

Wiki User

18y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you use a dll?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is need of dll?

.A DLL is used by programs which need the features or functions built into the DLL. Just like we humans use executable programs for the services they offer (spreadsheets to manage data, web browsers to surf the internet) an executable program uses DLL's for the services it offers. People do not interact with DLL's, programs do


How do you open a dll?

Use Hex Editor.


Can you generate DLL files from PHP scripts like you do in PERL?

You can make a .NET DLL for use in Visual Studio development projects with Phalanger 2.0.


Where can one download the Cygwin DLL?

The Cygwin DLL can be downloaded directly from the Cygwin website. It can also be downloaded online through the websites DLL-Files, NoDevice, and DLL-DLL.


How do you get path of a DLL from inside the DLL itself?

http://www.codeproject.com/KB/DLL/DLLModuleFileName.aspx


How can find the application that is using a dll file?

Most programs use .DLL files. The one you installed yourself is usually in the program's folder. Right click the dll and choose "Open file location" and look for a .exe file. If you want to know more about a specific dll you can open the dll in notepad, often you can read some of the letters and figuring out what program/game etc. It's for. For other .dll files you can search up on the name or location to find its origin. dll files should often be left alone.


How can I open .dll files on a Mac?

Programs on Mac OS X do not normally use .dll files (some Microsoft products for the Mac do). Instead they use .dylib files, which have a completely different structure.


What is true program for DLL files?

C++ editor and a dll compiler, but I wouyld go with codeblocks because it has a built in dll compiler with the dll tags hope it helps :)


What is the full form of dll?

DLL = Dynamically Linked Library


What is the task of dll and ocx in programming?

Dll is "dynamic link library" it provides all the information about built in methods which we used in program at run time. these could be keywords(main, if , for etc) or functions( pow(), main(), strcat() etc) or classes in opps. An OCX is an Object Linking and Embedding (OLE) custom control, a special-purpose program that can be created for use by applications running on Microsoft's Windows systems.


What is the .dll used to view the schema master of fsmo roles?

The MMC is used to view the schema master not dll file but you need to register theschmmgmt.dll before you can use the mmctype regsvr32 schmmgmt.dll


Will cleaning your computer fix your dll problem?

Yes and no. The dll file may be just misplaced, then yes. A defrag your hdd and that should fix it. If a dll file is corrupt, then no. You will have to find or repair the dll file yourself.