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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between an MLE and an SLE?

5722


What is iunknown?

550


How do I uninstall vc++ 2015?

512


Do I need microsoft visual c++ 2005 redistributable on my computer?

648


What is visual c++ used for?

577






How many microsoft visual c++ do you need?

578


Is it ok to uninstall microsoft visual c++?

589


What is the difference between turbo c++ and visual c++?

525


Difference between getmessage, postmessage & peakmessage.

605


What is vcredist_x86 exe?

606


Is visual c++ a compiler?

551


What is difference between c++ and visual c++?

552


What is visual c++ runtime error?

592


What is visual c++ 2008 redistributable x64?

551


Difference between critical section, mutex and semaphore.

628