I have a stupid question. Let say I made a dll with some global variable
inside.
While different applications load the same dll file. The Apps change the
variables of DLL to a different value every time. Will they change the
value in same memory space?
Brieflly, while different apps load same dll file, will the dll share
the same memory space or different dll spaces will be created?