answersLogoWhite

0

What is the effect of unloading the DLL?

Updated: 9/17/2019
User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the effect of unloading the 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


What is hysteresis and dead zone?

Hysteresis is a phenomena which dipicts different output effect with loading and unloading


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.


Oxygen unloading in a RBC due to declining pH is called the what?

Oxygen unloading in a red blood cell due to declining pH is called the Bohr effect. The normal pH of the body is 7.4.


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

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


I have the code for the COM exe with me.How do you convert the COM exe file to dll file?

The first thing to do is to change the entry point from main() to Dllmain() and alter the code to suit a DLL. You then have to tell your compiler that you are compiling a DLL, not an EXE. How you do that depends on the compiler. For instance, in Visual Studio, you would need to change the project's properties under General | Configuration Type. Note that EXE files do not necessarily make good DLLs. You may have to alter the implementation somewhat since you are no longer running a program as such, you are essentially loading and unloading a function and/or class library that can be utilised by external programs to which the DLL is linked.


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 another word for unloading bay?

unloading dock


What is the full form of dll?

DLL = Dynamically Linked Library


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.


How do you register a dll file in dos mode?

To register a file, type regsvr32 .dll. Or type regsvr32 \.dll, where is the path to the file, and is the name of the file.


How do you launch a dll file?

You do not launch a DLL. It's used by something else and will start up when needed. Read up on DLL file.