How a dll will be sharable by more than one exe?

Answers were Sorted based on User's Feedback



How a dll will be sharable by more than one exe?..

Answer / nagapradeep

Dll can be shared by more than one exe by placing that dll in

'C:\WINDOWS\system32' folder.

Is This Answer Correct ?    2 Yes 0 No

How a dll will be sharable by more than one exe?..

Answer / d.v.rama krishna

If a dll is Sharable, all the functions are set in global
data segment, when ever a exe is called the SCM (Service
control Manager ) will increment reference count by 1, if
the second exe is called the same dll, SCM will increment
by 2, if first exe is unloaded or terminatred it decrements
the count by 1.

And finally if reference count is 0, the dll will unloaded
from the memory.

Is This Answer Correct ?    0 Yes 0 No

How a dll will be sharable by more than one exe?..

Answer / leossk

For each exe...dll will come and sit in its private memory
so that the global variables of dll won?t be updated for
each exe

Is This Answer Correct ?    0 Yes 1 No

How a dll will be sharable by more than one exe?..

Answer / karthikeyan

Generally, the global variables declared in a dll is
maintained uniquely for each process. If you want to share
the same variable for all the process, then it needs to be
placed within the data segment of the dll.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

Can I uninstall visual c++?

0 Answers  


How do I create an mfc application in vc++?

0 Answers  


What are the two forms of the #include preprocessor directive?

1 Answers  


Explain the important features of vc++?

0 Answers  


What is vc++ redistributable?

0 Answers  






Is it safe to uninstall microsoft visual c++ 2008 redistributable?

0 Answers  


How do I fix microsoft visual c++ 2015 setup failed?

0 Answers  


What is the default label used for in a switch statement?

2 Answers  


How many microsoft visual c++ do you need?

0 Answers  


What is microsoft visual c++ runtime library error?

0 Answers  


What is more efficient to pass as a parameter--a pointer or an object? Why?

1 Answers  


hello sir i need movie editing and mixing software .where it is available and what is the site address

0 Answers  


Categories