T
trooper
I have a situation where an application is present in the form of one
dll. The interface to the application is an api. The code update some
global data structures. This dll comes as third party tool.
Now, I want two such sub-systems to run in my application. For this I
need two separate contexts of the same dll. Is it possible to re-open
the same dll twice, so that two memory areas will be allocated to the
differently allocated dlls, which helps me run the same code in two
contexts.
dll. The interface to the application is an api. The code update some
global data structures. This dll comes as third party tool.
Now, I want two such sub-systems to run in my application. For this I
need two separate contexts of the same dll. Is it possible to re-open
the same dll twice, so that two memory areas will be allocated to the
differently allocated dlls, which helps me run the same code in two
contexts.